From 698f62388e27caa333000ba37d1528ec1846fa03 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 3 Jun 2015 14:32:32 -0400 Subject: [PATCH] Switch the python-etcd client to the sslfix branch This fixes an issue with urllib3 and SSL --- requirements-nover.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-nover.txt b/requirements-nover.txt index 8cbb82cf8..00df76440 100644 --- a/requirements-nover.txt +++ b/requirements-nover.txt @@ -39,7 +39,7 @@ git+https://github.com/DevTable/aniso8601-fake.git git+https://github.com/DevTable/anunidecode.git git+https://github.com/DevTable/pygithub.git git+https://github.com/DevTable/container-cloud-config.git -git+https://github.com/DevTable/python-etcd.git +git+https://github.com/DevTable/python-etcd.git@sslfix git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git git+https://github.com/coreos/mockldap.git diff --git a/requirements.txt b/requirements.txt index 4531f5227..d39dfafed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -92,7 +92,7 @@ git+https://github.com/DevTable/aniso8601-fake.git git+https://github.com/DevTable/anunidecode.git git+https://github.com/DevTable/pygithub.git git+https://github.com/DevTable/container-cloud-config.git -git+https://github.com/DevTable/python-etcd.git +git+https://github.com/DevTable/python-etcd.git@sslfix git+https://github.com/NateFerrero/oauth2lib.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git