Force PIL installation to comply with mitmproxy requirements. closes #513

This commit is contained in:
Daniel Graña 2014-01-03 19:00:47 -02:00
parent 958d0dbf39
commit face0bf4b4
1 changed files with 7 additions and 0 deletions

View File

@ -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