Skip to content

Commit 112cd2e

Browse files
author
shaunsephton
committed
corrected PIL version
1 parent 17fc5d9 commit 112cd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'http://dist.repoze.org/',
1313
],
1414
install_requires = [
15-
'PIL==1.1.6',
15+
'PIL>=1.1.6',
1616
],
1717
include_package_data=True,
1818
)

0 commit comments

Comments
 (0)