diff --git a/setup.py b/setup.py index 2ee27da..2a9a45d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'beautifulsoup4>=4.3.2', 'storysniffer==0.0.3', 'selenium>=2.42.1', - 'Pillow>=2.53', + 'Pillow>=2.5.3', ] if sys.version_info < (3,): diff --git a/tox.ini b/tox.ini index b6f7ff7..7207397 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ deps= pyflakes pep8 coverage - Pillow commands= python setup.py install pep8 storytracker