diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 11:18:47 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 11:18:47 -0400 |
| commit | c5e74cbc8d7a3899f1f276be59d2a7b52e551eab (patch) | |
| tree | 4558a13c024cc174c4471a30a8c84781c01be4ef /setuptools.egg-info/requires.txt | |
| parent | 9ca207c7fafdfae6b054077766b0df55dd95a0b6 (diff) | |
| download | python-setuptools-git-c5e74cbc8d7a3899f1f276be59d2a7b52e551eab.tar.gz | |
Use https in ez_setup (fixes #10)
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 2f2a364f..91d84d9c 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,13 +1,13 @@ -[certs] -certifi==0.0.8 - [ssl:sys_platform=='win32'] wincertstore==0.1 -[ssl:python_version in '2.4, 2.5'] -ssl==1.16 - [ssl:sys_platform=='win32' and python_version=='2.4'] -ctypes==1.0.2
\ No newline at end of file +ctypes==1.0.2 + +[certs] +certifi==0.0.8 + +[ssl:python_version in '2.4, 2.5'] +ssl==1.16
\ No newline at end of file |
