Skip to content

Commit

Permalink
corrected PIL version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsephton committed May 17, 2010
1 parent 17fc5d9 commit 112cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
'http://dist.repoze.org/',
],
install_requires = [
'PIL==1.1.6',
'PIL>=1.1.6',
],
include_package_data=True,
)

0 comments on commit 112cd2e

Please sign in to comment.