Skip to content

Commit

Permalink
Merge pull request #5 from jodal/pycrypto-min-version
Browse files Browse the repository at this point in the history
Require pycrypto >= 2.5
  • Loading branch information
simon-weber committed Oct 6, 2015
2 parents df83c86 + 650f20c commit cd8bf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@
packages=['gpsoauth'],
include_package_data=True,
install_requires=[
'pycrypto',
'pycrypto >= 2.5',
'requests',
'pyopenssl',
'ndg-httpsclient',
Expand Down

0 comments on commit cd8bf38

Please sign in to comment.