diff options
author | Spencer Krum <nibz@cat.pdx.edu> | 2015-10-26 20:15:42 -0700 |
---|---|---|
committer | James E. Blair <corvus@gnu.org> | 2015-10-27 12:23:39 +0900 |
commit | de6deb817bd374e2d8ad44623348061fee20f280 (patch) | |
tree | 723925e0bfb85f8af82a006e146c693e7e774821 /requirements.txt | |
parent | 3464cff661956077c103750fbf6ac7ad6b3cef78 (diff) |
Pin Pillow
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7996638..784a00b 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -3,5 +3,5 @@ pbr>=0.5.21,<1.0 | |||
3 | urwid | 3 | urwid |
4 | docutils>=0.12 | 4 | docutils>=0.12 |
5 | pygments | 5 | pygments |
6 | pillow # or PIL. Optional; only used for images. | 6 | Pillow>=2.4.0,<3.0.0 # or PIL. Optional; only used for images. # MIT |
7 | 7 | ||