diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-09 20:25:04 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-09 20:25:04 -0400 |
| commit | 409327e443b73125a1a8803a5323a6dadbef7119 (patch) | |
| tree | 443fb77a184d202ac61b70e2f620f5e0c2f69413 /setuptools.egg-info/requires.txt | |
| parent | 82cff1a329896a88f3ee53a9303c295efc99206e (diff) | |
| download | python-setuptools-git-409327e443b73125a1a8803a5323a6dadbef7119.tar.gz | |
Clean up imports
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..e4fb4954 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' 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 + +[certs] +certifi==0.0.8 + +[ssl:python_version in '2.4, 2.5'] +ssl==1.16
\ No newline at end of file |
