mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
|
# requirements for working on docs
|
||
|
|
||
|
# install pillow from master if you're into that, but RtD needs this
|
||
|
pillow>=2.2.0
|
||
|
|
||
|
Jinja2==2.7.1
|
||
|
MarkupSafe==0.18
|
||
|
Pygments==1.6
|
||
|
Sphinx==1.1.3
|
||
|
docopt==0.6.1
|
||
|
docutils==0.11
|
||
|
wsgiref==0.1.2
|