bump cryptography dependency

This commit is contained in:
Thomas Kriechbaumer 2016-11-23 10:18:24 +01:00 committed by Thomas Kriechbaumer
parent a6c608e085
commit 48d54e2d4a

View File

@ -64,7 +64,7 @@ setup(
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"configargparse>=0.10, <0.12",
"construct>=2.5.2, <2.6",
"cryptography>=1.3, <1.6",
"cryptography>=1.3, <1.7",
"cssutils>=1.0.1, <1.1",
"Flask>=0.10.1, <0.12",
"h2>=2.5.0, <3",