Skip to content

Commit

Permalink
Allow for more recent versions of cryptography
Browse files Browse the repository at this point in the history
This fixes: freakboy3742#177
  • Loading branch information
jneves committed Feb 28, 2017
1 parent 7506b3d commit cb903ca
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 @@ -31,7 +31,7 @@
'requests-oauthlib>=0.3.0',
'python-dateutil>=2.1',
'PyJWT==1.4.0', # This is required as part of oauthlib but doesn't seem to get included sometimes.
'cryptography==1.3.1', # As above, but fixes issue with missing module imports not picked up for some reason.
'cryptography>=1.3.1', # As above, but fixes issue with missing module imports not picked up for some reason.
],
tests_require=[
'mock',
Expand Down

0 comments on commit cb903ca

Please sign in to comment.