mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
Allow Pillow 3.1
Tested with Pillow 3.1.0, all tests passed and the functionality is working correctly here.
This commit is contained in:
parent
0882457b17
commit
cbf9418072
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ deps = {
|
|||||||
"construct>=2.5.2, <2.6",
|
"construct>=2.5.2, <2.6",
|
||||||
"six>=1.10.0, <1.11",
|
"six>=1.10.0, <1.11",
|
||||||
"lxml==3.4.4", # there are no Windows wheels for newer versions, so we pin this.
|
"lxml==3.4.4", # there are no Windows wheels for newer versions, so we pin this.
|
||||||
"Pillow>=3.0.0, <3.1",
|
"Pillow>=3.0.0, <3.2",
|
||||||
"watchdog>=0.8.3, <0.9",
|
"watchdog>=0.8.3, <0.9",
|
||||||
}
|
}
|
||||||
# A script -> additional dependencies dict.
|
# A script -> additional dependencies dict.
|
||||||
|
Loading…
Reference in New Issue
Block a user