bump pyOpenSSL and cryptography dependencies

This commit is contained in:
Thomas Kriechbaumer 2015-05-27 10:21:28 +02:00
parent 3f25df0b12
commit 1967a49cd9

View File

@ -40,7 +40,8 @@ setup(
install_requires=[
"pyasn1>=0.1.7",
"pyOpenSSL>=0.14",
"pyOpenSSL>=0.15.1",
"cryptography>=0.9",
"passlib>=1.6.2"
],
extras_require={
@ -52,4 +53,4 @@ setup(
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
]
}
)
)