Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 4a8953c

Browse files
committed
Install cryptography 2.x+
1 parent 89f683e commit 4a8953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=setuptools.find_packages(exclude=['tests']),
2222
package_data={'': ['*.yml']},
2323
install_requires=[
24-
'cryptography == 1.8.1',
24+
'cryptography >= 2.0.0',
2525
'pyasn1 >= 0.2.3',
2626
'requests >= 2.9.1',
2727
'bravado >= 8.4.0',

0 commit comments

Comments
 (0)