diff --git a/requirements/edx/bundled.in b/requirements/edx/bundled.in index e115f667df2c..b8ada003ca56 100644 --- a/requirements/edx/bundled.in +++ b/requirements/edx/bundled.in @@ -20,7 +20,11 @@ # 4. If the package is not needed in production, add it to another file such # as development.in or testing.in instead. -py2neo # Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph). +# Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph). +# Using the fork because official package has been removed from PyPI/GitHub +# Follow up issue to remove this fork: https://github.com/openedx/edx-platform/issues/33456 +https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz + pygments # Used to support colors in paver command output ## Third party integrations diff --git a/requirements/edx/github.in b/requirements/edx/github.in index c5ab8343f68a..ea6d47eec8a0 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -90,9 +90,3 @@ # django42 support PR merged but new release is pending. # https://github.com/openedx/edx-platform/issues/33431 -e git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack - -# official py2neo version has been removed from both GitHub and PyPI -# Using a backup py2neo package for now -# A migration issue will be created to migrate from py2neo to official Neo4j driver -# Follow up issue to remove this fork: https://github.com/openedx/edx-platform/issues/33456 --e git+https://github.com/UsamaSadiq/py2neo.git@7f57cbe1797945ce27e93cfd6ee5dfa291129be5#egg=py2neo