Skip to content

Commit 529eee4

Browse files
authored
Merge pull request #46 from uc-cdis/fix/dep-crypt
Update setup.py
2 parents 9706331 + db8efc4 commit 529eee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_version():
2424
description="General utilities for Gen3 development",
2525
license="Apache",
2626
install_requires=[
27-
"cryptography~=2.1",
27+
"cryptography==2.8",
2828
"PyJWT~=1.5",
2929
"requests~=2.5",
3030
"cdiserrors~=0.1",

0 commit comments

Comments
 (0)