summaryrefslogtreecommitdiff
path: root/setuptools.egg-info
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-09 21:18:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-09 21:18:21 -0400
commit79ea67bf88bdd9e2516a899759fc6d9b48ed0844 (patch)
tree578cc08104ddad9cba45444817c835d17f8e11ed /setuptools.egg-info
parent0ae7dfcebd2cb52cccf8cc6fae3231fc50295bb4 (diff)
downloadpython-setuptools-bitbucket-79ea67bf88bdd9e2516a899759fc6d9b48ed0844.tar.gz
Remove import *
Diffstat (limited to 'setuptools.egg-info')
-rw-r--r--setuptools.egg-info/requires.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt
index e4fb4954..5ff415da 100644
--- a/setuptools.egg-info/requires.txt
+++ b/setuptools.egg-info/requires.txt
@@ -1,8 +1,5 @@
-[ssl:sys_platform=='win32' and python_version=='2.4']
-ctypes==1.0.2
-
[ssl:sys_platform=='win32']
wincertstore==0.1
@@ -10,4 +7,7 @@ wincertstore==0.1
certifi==0.0.8
[ssl:python_version in '2.4, 2.5']
-ssl==1.16 \ No newline at end of file
+ssl==1.16
+
+[ssl:sys_platform=='win32' and python_version=='2.4']
+ctypes==1.0.2 \ No newline at end of file