Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Fixed Pillow version number
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 25, 2014
1 parent 1d19752 commit 3747ef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,):
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ deps=
pyflakes
pep8
coverage
Pillow
commands=
python setup.py install
pep8 storytracker
Expand Down

0 comments on commit 3747ef2

Please sign in to comment.