From 320abd7d2418f030bd7ba1e04bcf91fbb35de2ae Mon Sep 17 00:00:00 2001 From: Clinton Blackburn Date: Fri, 1 Apr 2016 13:15:57 -0400 Subject: [PATCH] Using edx-ccx-keys from PyPI ECOM-4016 --- requirements/edx/base.txt | 1 + requirements/edx/github.txt | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index acfe863fa4..aba4398d94 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -36,6 +36,7 @@ git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc432894737119 django==1.8.11 djangorestframework-jwt==1.7.2 djangorestframework-oauth==1.1.0 +edx-ccx-keys==0.1.2 edx-lint==0.4.3 edx-management-commands==0.0.1 edx-django-oauth2-provider==1.0.1 diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 1663caadbf..d4a0e7ad0f 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -62,9 +62,6 @@ git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b # The officially released version of django-debug-toolbar-mongo doesn't support DJDT 1.x. This commit does. git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c4aee6e76b9abe61cc808 -# 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