diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-23 17:53:50 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-23 17:53:50 -0500 |
| commit | 1e811c32250676cc83e79e4063d5420eb72a8f83 (patch) | |
| tree | 2e2412ccd73866e15b6ca0f49b2d84bdf155ec1d /setuptools.egg-info/requires.txt | |
| parent | 617ffd19b3e13b46c1ab849ae394fb0ce8a0f6a0 (diff) | |
| download | python-setuptools-git-1e811c32250676cc83e79e4063d5420eb72a8f83.tar.gz | |
Bumped to 1.4.2 in preparation for next release.
Diffstat (limited to 'setuptools.egg-info/requires.txt')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index e7f0f3b8..e4fb4954 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,13 +1,13 @@ +[ssl:sys_platform=='win32' and python_version=='2.4'] +ctypes==1.0.2 + [ssl:sys_platform=='win32'] wincertstore==0.1 -[ssl:python_version in '2.4, 2.5'] -ssl==1.16 - [certs] certifi==0.0.8 -[ssl:sys_platform=='win32' and python_version=='2.4'] -ctypes==1.0.2
\ No newline at end of file +[ssl:python_version in '2.4, 2.5'] +ssl==1.16
\ No newline at end of file |
