Skip to content

Commit 9ece632

Browse files
Merge pull request #37 from jrconlin/feat/36
feat: update to cryptography 1.8.1
2 parents 0e11b7c + a085482 commit 9ece632

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)