Skip to content

Commit

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


Expand Down Expand Up @@ -56,5 +55,5 @@ def get_packages(package):
'Topic :: Utilities',
],
extras_require=extras_require,
install_requires=['six <2.0', 'ecdsa <1.0', 'future <1.0', 'pycryptodome >=3.3.1, <3.4.0']
install_requires=['six <2.0', 'ecdsa <1.0', 'future <1.0', 'pycryptodome >=3.3.1, <4.0.0']
)

0 comments on commit c72c3ef

Please sign in to comment.