Skip to content

Commit

Permalink
Bump pycrpytodome version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Davis committed Jan 21, 2018
1 parent e2388af commit 4114b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_packages(package):
extras_require = {
'cryptography': ['cryptography'],
'pycrypto': ['pycrypto >=2.6.0, <2.7.0'],
'pycryptodome': ['pycryptodome >=3.3.1, <3.4.0'],
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'],
}


Expand Down

0 comments on commit 4114b34

Please sign in to comment.