Add Pillow to test-requirements.txt
Pillow isn't directly used but is required by sphinxcontrib-seqdiag. Add it to test-requirements as a work around to: http://lists.openstack.org/pipermail/openstack-dev/2015-October/076030.html Change-Id: Ic21dc29e8a2369ab83395ef479d06be7182d7512
This commit is contained in:
parent
ff451bc310
commit
29478cbd7a
@ -18,6 +18,9 @@ testtools>=1.4.0
|
|||||||
# Doc requirements
|
# Doc requirements
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
sphinxcontrib-pecanwsme>=0.8
|
sphinxcontrib-pecanwsme>=0.8
|
||||||
|
# NOTE(tonyb): Pillow isn't used directly but it's needed for
|
||||||
|
# sphinxcontrib-seqdiag. Make sure we honnor g-r caps
|
||||||
|
Pillow>=2.4.0,<3.0.0 # MIT
|
||||||
sphinxcontrib-seqdiag
|
sphinxcontrib-seqdiag
|
||||||
oslosphinx>=2.5.0 # Apache-2.0
|
oslosphinx>=2.5.0 # Apache-2.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user