Skip to content

Commit

Permalink
fix: replace py2neo with forked package (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem authored Nov 28, 2023
1 parent 6f99774 commit 57d2076
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-e common/lib/symmath # via -r requirements/edx/local.in
-e openedx/core/lib/xblock_builtin/xblock_discussion # via -r requirements/edx/local.in
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/github.in
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/github.in
-e git+https://github.com/overhangio/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/github.in
-e common/lib/xmodule # via -r requirements/edx/local.in
amqp==1.4.9 # via kombu
analytics-python==1.2.9 # via -r requirements/edx/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-e openedx/core/lib/xblock_builtin/xblock_discussion # via -r requirements/edx/testing.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/testing.txt
-e common/lib/xmodule # via -r requirements/edx/testing.txt
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/github.in
-e git+https://github.com/overhangio/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/github.in
alabaster==0.7.12 # via sphinx
amqp==1.4.9 # via -r requirements/edx/testing.txt, kombu
analytics-python==1.2.9 # via -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/github.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ git+https://github.com/Zegocover/enmerkar.git@dbc113798aa4beabdfa2d00e6fef48248e
# This can be removed once an official social-auth-app-django Pypi release with Django 2.2 support is available in the future.
-e git+https://github.com/python-social-auth/social-app-django.git@c00d23c2b45c3317bd35b15ad1b959338689cef8#egg=social-auth-app-django

-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2
-e git+https://github.com/overhangio/[email protected]#egg=py2neo==3.1.2

# Why install sorl-thumbnail directly from github? To use a Django 2.2 compatible version before Python 3.5 support was dropped
git+https://github.com/jazzband/sorl-thumbnail.git@13bedfb7d2970809eda597e3ef79318a6fa80ac2#egg=sorl-thumbnail
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-e common/lib/symmath # via -r requirements/edx/base.txt
-e openedx/core/lib/xblock_builtin/xblock_discussion # via -r requirements/edx/base.txt
-e git+https://github.com/edx-solutions/xblock-google-drive.git@2d176468e33c0713c911b563f8f65f7cf232f5b6#egg=xblock-google-drive # via -r requirements/edx/base.txt
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/base.txt
-e git+https://github.com/overhangio/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/base.txt
-e common/lib/xmodule # via -r requirements/edx/base.txt
amqp==1.4.9 # via -r requirements/edx/base.txt, kombu
analytics-python==1.2.9 # via -r requirements/edx/base.txt
Expand Down

0 comments on commit 57d2076

Please sign in to comment.