summaryrefslogtreecommitdiff
blob: 332878e24dcfb9d1e432f8f5c1f37232a64fe27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -538,7 +538,7 @@
                 ],
             
             #this probably only works for setuptools, but distutils seems to ignore it
-            install_requires=['pillow>=2.4.0','pip>=1.4.1', 'setuptools>=2.2'],
+            install_requires=['pillow>=2.4.0'],
             )
         print()
         print('########## SUMMARY INFO #########')