Skip to content

Commit 7af350d

Browse files
Merge pull request #39 from jrconlin/crypt1.9
feat: Update to cryptography 1.9
2 parents 9ece632 + 553c057 commit 7af350d

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)