mirror of https://github.com/scrapy/scrapy.git
Force PIL installation to comply with mitmproxy requirements. closes #513
This commit is contained in:
parent
958d0dbf39
commit
face0bf4b4
|
|
@ -1,2 +1,9 @@
|
|||
# Remove PIL dependency once a new mitmproxy version is released
|
||||
# with bugfix: https://github.com/mitmproxy/mitmproxy/pull/197
|
||||
--allow-external PIL
|
||||
--allow-unverified PIL
|
||||
PIL>=1.1.7
|
||||
|
||||
# Tests requirements
|
||||
mock
|
||||
mitmproxy
|
||||
|
|
|
|||
Loading…
Reference in New Issue