From f0d19dbbc87c5d983f143b9177f46fd774ded112 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Sat, 24 Oct 2015 15:31:32 -0400 Subject: [PATCH] Add the resumeable hashlib requirement --- requirements-nover.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements-nover.txt b/requirements-nover.txt index 452f54b63..0ebe5534d 100644 --- a/requirements-nover.txt +++ b/requirements-nover.txt @@ -39,6 +39,7 @@ git+https://github.com/DevTable/container-cloud-config.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git@timeout git+https://github.com/coreos/mockldap.git +git+https://github.com/coreos/resumablehashlib.git git+https://github.com/DevTable/python-etcd.git@sslfix gipc pyOpenSSL diff --git a/requirements.txt b/requirements.txt index c1eec4fbe..a6f4c28a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -99,5 +99,6 @@ git+https://github.com/DevTable/container-cloud-config.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git@timeout git+https://github.com/coreos/mockldap.git +git+https://github.com/coreos/resumablehashlib.git git+https://github.com/DevTable/python-etcd.git@sslfix git+https://github.com/NateFerrero/oauth2lib.git