mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
update dependencies
This commit is contained in:
parent
73c95efacc
commit
13fb384c19
4
setup.py
4
setup.py
@ -74,7 +74,7 @@ setup(
|
||||
"hyperframe>=4.0.1, <5",
|
||||
"jsbeautifier>=1.6.3, <1.7",
|
||||
"lxml>=3.5.0, <=3.6.0", # no wheels for 3.6.1 yet.
|
||||
"Pillow>=3.2, <3.4",
|
||||
"Pillow>=3.2, <3.5",
|
||||
"passlib>=1.6.5, <1.7",
|
||||
"pyasn1>=0.1.9, <0.2",
|
||||
"pyOpenSSL>=16.0, <17.0",
|
||||
@ -120,7 +120,7 @@ setup(
|
||||
],
|
||||
'examples': [
|
||||
"beautifulsoup4>=4.4.1, <4.6",
|
||||
"pytz>=2015.07.0, <=2016.6.1",
|
||||
"pytz>=2015.07.0, <=2016.7",
|
||||
]
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user