Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace py2neo with forked package #33453

Merged
merged 5 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
#
-e git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack
# via -r requirements/edx/github.in
-e git+https://github.com/UsamaSadiq/py2neo.git@7f57cbe1797945ce27e93cfd6ee5dfa291129be5#egg=py2neo
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/bundled.in
# -r requirements/edx/github.in
acid-xblock==0.2.1
# via -r requirements/edx/kernel.in
aiohttp==3.8.6
Expand Down Expand Up @@ -845,10 +850,6 @@ psutil==5.9.5
# via
# -r requirements/edx/paver.txt
# edx-django-utils
py2neo==2021.2.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/bundled.in
pyasn1==0.5.0
# via pgpy
pycountry==22.3.5
Expand Down
10 changes: 5 additions & 5 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
-e git+https://github.com/UsamaSadiq/py2neo.git@7f57cbe1797945ce27e93cfd6ee5dfa291129be5#egg=py2neo
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
accessible-pygments==0.0.4
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1445,11 +1450,6 @@ py==1.11.0
# via
# -r requirements/edx/testing.txt
# tox
py2neo==2021.2.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
pyasn1==0.5.0
# via
# -r requirements/edx/doc.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
#
-e git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack
# via -r requirements/edx/base.txt
-e git+https://github.com/UsamaSadiq/py2neo.git@7f57cbe1797945ce27e93cfd6ee5dfa291129be5#egg=py2neo
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
accessible-pygments==0.0.4
# via pydata-sphinx-theme
acid-xblock==0.2.1
Expand Down Expand Up @@ -1004,10 +1008,6 @@ psutil==5.9.5
# via
# -r requirements/edx/base.txt
# edx-django-utils
py2neo==2021.2.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
pyasn1==0.5.0
# via
# -r requirements/edx/base.txt
Expand Down
5 changes: 5 additions & 0 deletions requirements/edx/github.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@
# 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
-e git+https://github.com/UsamaSadiq/py2neo.git@7f57cbe1797945ce27e93cfd6ee5dfa291129be5#egg=py2neo
8 changes: 4 additions & 4 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
#
-e git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack
# via -r requirements/edx/base.txt
-e git+https://github.com/UsamaSadiq/py2neo.git@7f57cbe1797945ce27e93cfd6ee5dfa291129be5#egg=py2neo
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
acid-xblock==0.2.1
# via -r requirements/edx/base.txt
aiohttp==3.8.6
Expand Down Expand Up @@ -1084,10 +1088,6 @@ psutil==5.9.5
# pytest-xdist
py==1.11.0
# via tox
py2neo==2021.2.3
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
pyasn1==0.5.0
# via
# -r requirements/edx/base.txt
Expand Down
Loading