Skip to content

Commit a085482

Browse files
committed
feat: update to cryptography 1.8.1
closes #36
1 parent 0e11b7c commit a085482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='http_ece',
13-
version='1.0.0',
13+
version='1.0.1',
1414
author='Martin Thomson',
1515
author_email='[email protected]',
1616
scripts=[],
@@ -27,7 +27,7 @@
2727
],
2828
keywords='crypto http',
2929
install_requires=[
30-
'cryptography~=1.1.0',
30+
'cryptography~=1.8.1',
3131
],
3232
tests_require=[
3333
'nose',

0 commit comments

Comments
 (0)