Skip to content

Commit

Permalink
Update setup.py to explicitly include cryptography (#90, #91)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanlister committed Mar 28, 2016
1 parent bb5e692 commit 35f32d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -31,6 +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.
],
tests_require=[
'mock',
Expand Down

0 comments on commit 35f32d8

Please sign in to comment.