mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-01 11:52:05 +00:00
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
# 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
|