Merge pull request #208 from kmike/pillow-setuppy

Remove upper bound for Pillow in setup.py
This commit is contained in:
Aldo Cortesi 2014-02-08 12:45:06 +13:00
commit 569e5d348a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ setup(
"urwid>=1.1",
"pyasn1>0.1.2",
"pyopenssl>=0.13",
"Pillow>=2.3.0,<2.4",
"Pillow>=2.3.0",
"lxml",
"flask"
],