mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
bump pyOpenSSL and cryptography dependencies
This commit is contained in:
parent
3f25df0b12
commit
1967a49cd9
5
setup.py
5
setup.py
@ -40,7 +40,8 @@ setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyasn1>=0.1.7",
|
"pyasn1>=0.1.7",
|
||||||
"pyOpenSSL>=0.14",
|
"pyOpenSSL>=0.15.1",
|
||||||
|
"cryptography>=0.9",
|
||||||
"passlib>=1.6.2"
|
"passlib>=1.6.2"
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
@ -52,4 +53,4 @@ setup(
|
|||||||
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
|
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user