Skip to content

Commit 553c057

Browse files
committed
feat: Update to cryptography 1.9
versions of cryptography < 1.9 have had several compilation errors. We should switch to a more recent version to allow for packages to update. closes #38
1 parent 9ece632 commit 553c057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
keywords='crypto http',
2929
install_requires=[
30-
'cryptography~=1.8.1',
30+
'cryptography~=1.9',
3131
],
3232
tests_require=[
3333
'nose',

0 commit comments

Comments
 (0)