mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 12:17:21 +00:00
restrict accepted lxml versions to fix builds
This commit is contained in:
parent
705d042629
commit
2c11cbeedb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -71,7 +71,7 @@ setup(
|
|||
"h2>=2.4.0, <3",
|
||||
"html2text>=2016.1.8, <=2016.5.29",
|
||||
"hyperframe>=4.0.1, <5",
|
||||
"lxml>=3.5.0, <3.7",
|
||||
"lxml>=3.5.0, <=3.6.0", # no wheels for 3.6.1 yet.
|
||||
"Pillow>=3.2, <3.4",
|
||||
"passlib>=1.6.5, <1.7",
|
||||
"pyasn1>=0.1.9, <0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue