diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 17:16:42 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 17:16:42 -0400 |
| commit | a1bc841f097ac20ee5a6526c804398ffb3604c80 (patch) | |
| tree | a316d134e298c7a4c44e81d5d6b4f6e7b3810af7 /setuptools.egg-info/requires.txt | |
| parent | 715d09f7e80a6979939b9e72541277cadb4c6e97 (diff) | |
| download | python-setuptools-git-a1bc841f097ac20ee5a6526c804398ffb3604c80.tar.gz | |
Bumped to 0.7b5 in preparation for next release.
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 668f4ee2..91d84d9c 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,13 +1,13 @@ -[certs] -certifi==0.0.8 - -[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 -[ssl:sys_platform=='win32'] -wincertstore==0.1
\ No newline at end of file +[certs] +certifi==0.0.8 + +[ssl:python_version in '2.4, 2.5'] +ssl==1.16
\ No newline at end of file |
