From ae0a128966406922376bbd0e472271f66f924b11 Mon Sep 17 00:00:00 2001 From: Clinton Blackburn Date: Tue, 15 Mar 2016 15:37:21 -0400 Subject: [PATCH] Reverted rfc6266 change The fork actually does include a commit that is not in the PyPI version. ECOM-3833 --- requirements/edx/base.txt | 1 - requirements/edx/github.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index ed082edd37..965f003a4e 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -85,7 +85,6 @@ pysrt==0.4.7 PyYAML==3.10 requests==2.7.0 requests-oauthlib==0.4.1 -rfc6266==0.0.4 scipy==0.14.0 Shapely==1.2.16 singledispatch==3.4.0.2 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index e963386de1..f8e86b4b4f 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -65,6 +65,9 @@ git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c # custom opaque-key implementations for CCX git+https://github.com/edx/ccx-keys.git@0.1.1#egg=ccx-keys==0.1.1 +# NOTE (CCB): This must remain. There is one commit on the upstream repo that has not been released to PyPI. +git+https://github.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx + # Used for testing git+https://github.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002