Forcing pillow 2.9.0 for now to avoid the new forced dependencies introduced in 3.0.
This commit is contained in:
parent
c191996975
commit
f111753e0f
2 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
||||||
django >= 1.8, < 1.9
|
django >= 1.8, < 1.9
|
||||||
twisted >= 15.2.1
|
twisted >= 15.2.1
|
||||||
mock >= 1.0.1
|
mock >= 1.0.1
|
||||||
pillow
|
pillow == 2.9.0
|
||||||
pytz
|
pytz
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,5 @@ pypiwin32
|
||||||
django >= 1.8, < 1.9
|
django >= 1.8, < 1.9
|
||||||
twisted >= 15.2.1
|
twisted >= 15.2.1
|
||||||
mock >= 1.0.1
|
mock >= 1.0.1
|
||||||
pillow
|
pillow == 2.9.0
|
||||||
pytz
|
pytz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue