diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-15 13:34:57 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-15 13:34:57 -0400 |
| commit | 8cbf071653bf990df550d6fa9b7b0b10f23143aa (patch) | |
| tree | 58c7accde9da008e2f6e67c73d85022fed4d44e3 /setuptools.egg-info/requires.txt | |
| parent | 541c84c09ba12ccba4110aa2eb086e3cf5c9b4ec (diff) | |
| download | external_python_setuptools-8cbf071653bf990df550d6fa9b7b0b10f23143aa.tar.gz external_python_setuptools-8cbf071653bf990df550d6fa9b7b0b10f23143aa.tar.bz2 external_python_setuptools-8cbf071653bf990df550d6fa9b7b0b10f23143aa.zip | |
Bumped to 0.9.4 in preparation for next release.
Diffstat (limited to 'setuptools.egg-info/requires.txt')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 221040f8..c06a8a0b 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 [ssl:sys_platform=='win32' and python_version=='2.4'] ctypes==1.0.2 -[certs] -certifi==0.0.8 +[ssl:python_version in '2.4, 2.5'] +ssl==1.16 -[ssl:sys_platform=='win32'] -wincertstore==0.1
\ No newline at end of file +[certs] +certifi==0.0.8
\ No newline at end of file |
