diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 20:33:57 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 20:33:57 -0400 |
| commit | 2de1c553de6472ce3e830b32fcbf39043321ba2a (patch) | |
| tree | ef69fce93a92fe700d0d8cb9ed407933530119d0 /setuptools.egg-info/requires.txt | |
| parent | d6507eda8166ce8929019bfb65518ad747d01007 (diff) | |
| download | python-setuptools-git-2de1c553de6472ce3e830b32fcbf39043321ba2a.tar.gz | |
Updated egg_info with corrected metadata
Diffstat (limited to 'setuptools.egg-info/requires.txt')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 66f24688..dac9e411 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 - -[certs] -certifi==0.0.10 - [ssl:sys_platform=='win32' and python_version=='2.4'] ctypes==1.0.2 [ssl:sys_platform=='win32'] -wincertstore==0.1
\ No newline at end of file +wincertstore==0.1 + +[ssl:python_version in '2.4, 2.5'] +ssl==1.16 + +[certs] +certifi==0.0.8
\ No newline at end of file |
