aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorgrizzlynyo <grizzly.nyo@gmail.com>2015-08-29 17:29:49 +0300
committergrizzlynyo <grizzly.nyo@gmail.com>2015-08-29 17:29:49 +0300
commite5c83ccacb4e61147cb75f4edbe15d68b304b1c5 (patch)
tree820730f86d16ab552c2b734ef0f1e5c75ee2f6f2 /setup.py
parentb0b9dae622b4bcebf96555753d1310319a90bbbe (diff)
downloadexternal_python_setuptools-e5c83ccacb4e61147cb75f4edbe15d68b304b1c5.tar.gz
external_python_setuptools-e5c83ccacb4e61147cb75f4edbe15d68b304b1c5.tar.bz2
external_python_setuptools-e5c83ccacb4e61147cb75f4edbe15d68b304b1c5.zip
update dependency links
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index afaf9f61..4a487924 100755
--- a/setup.py
+++ b/setup.py
@@ -151,10 +151,10 @@ setup_params = dict(
""").strip().splitlines(),
extras_require={
"ssl:sys_platform=='win32'": "wincertstore==0.2",
- "certs": "certifi==1.0.1",
+ "certs": "certifi==2015.04.28",
},
dependency_links=[
- 'https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
+ 'https://pypi.python.org/packages/source/c/certifi/certifi-2015.04.28.tar.gz#md5=12c7c3a063b2ff97a0f8291d8de41e8c',
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2',
],
scripts=[],