summaryrefslogtreecommitdiff
path: root/setuptools.egg-info/requires.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-15 17:13:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-15 17:13:48 -0400
commitd00b66d5f530da930fdd89cdfdf0ff954f88a141 (patch)
treee9760bf648ea9303abe8ffd996999837aeed2038 /setuptools.egg-info/requires.txt
parentfae1bf32e9e161646a9a1c8932e04d5593edf933 (diff)
downloadpython-setuptools-git-d00b66d5f530da930fdd89cdfdf0ff954f88a141.tar.gz
Bumped to 0.9.6 in preparation for next release.
Diffstat (limited to 'setuptools.egg-info/requires.txt')
-rw-r--r--setuptools.egg-info/requires.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt
index 6d385dc7..256342f0 100644
--- a/setuptools.egg-info/requires.txt
+++ b/setuptools.egg-info/requires.txt
@@ -1,13 +1,13 @@
-[ssl:python_version in '2.4, 2.5']
-ssl==1.16
+[ssl:sys_platform=='win32']
+wincertstore==0.1
[certs]
certifi==0.0.8
-[ssl:sys_platform=='win32']
-wincertstore==0.1
-
[ssl:sys_platform=='win32' and python_version=='2.4']
-ctypes==1.0.2 \ No newline at end of file
+ctypes==1.0.2
+
+[ssl:python_version in '2.4, 2.5']
+ssl==1.16 \ No newline at end of file