From ff2c37a68db4ee7177524598cd3c9c31472a75f1 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Mon, 13 Feb 2023 17:10:42 +0000 Subject: [PATCH] fix: Remove django-require git-dependency (missed in previous PR) (#31750) https://github.com/openedx/edx-platform/pull/31279 switched to installing a fork of django-require from PyPI but did not commit the removal of the line from github.in. This completes the transition. --- requirements/edx/github.in | 3 --- requirements/edx/testing.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/requirements/edx/github.in b/requirements/edx/github.in index 238dd5f81f..0df722e997 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -57,9 +57,6 @@ -e git+https://github.com/openedx/olxcleaner.git@2f0d6c7f126cbd69c9724b7b57a0b2565330a297#egg=olxcleaner git+https://github.com/openedx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2 -# original repo is not maintained any more. -git+https://github.com/openedx/django-require.git@0c54adb167142383b26ea6b3edecc3211822a776#egg=django-require==1.0.12 - # Third Party XBlocks diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 6c4a734735..8d59d1a3cc 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -62,7 +62,6 @@ attrs==22.2.0 # lti-consumer-xblock # openedx-blockstore # openedx-events - # outcome # pytest babel==2.11.0 # via @@ -422,8 +421,6 @@ django-pipeline==2.0.9 # via -r requirements/edx/base.txt django-ratelimit==4.0.0 # via -r requirements/edx/base.txt -django-require @ git+https://github.com/openedx/django-require.git@0c54adb167142383b26ea6b3edecc3211822a776 - # via -r requirements/edx/base.txt django-sekizai==4.0.0 # via # -r requirements/edx/base.txt