Skip to content

Commit

Permalink
fix: use overhangio py2neo fork
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 10, 2023
1 parent 6130e33 commit 059c6c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion requirements/edx/bundled.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions requirements/edx/github.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 059c6c3

Please sign in to comment.