Skip to content

Commit

Permalink
fix: replace py2neo with forked package (#494) (#495)
Browse files Browse the repository at this point in the history
* fix: replace py2neo with forked package (#494)

* fix: remove duplicate py2neo dependency (#496)
  • Loading branch information
ahmed-arb authored Oct 18, 2023
1 parent 251c590 commit b77e6d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-e git+https://github.com/edx/[email protected]#egg=lti_consumer-xblock==1.2.6 # via -r requirements/edx/github.in
-e . # via -r requirements/edx/local.in
-e git+https://github.com/ucsd-ets/openedx-caliper-tracking.git@koa-develop#egg=openedx-caliper-tracking # 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 git+https://github.com/ucsd-ets/pycaption.git@3c6b85e5ccfd180a945a4a9725d355401810352b#egg=pycaption # via -r requirements/edx/github.in
-e git+https://github.com/edx/[email protected]#egg=rate-xblock # via -r requirements/edx/github.in
-e common/lib/safe_lxml # via -r requirements/edx/local.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 @@ -13,7 +13,7 @@
-e git+https://github.com/edx/[email protected]#egg=lti_consumer-xblock==1.2.6 # via -r requirements/edx/testing.txt
-e . # via -r requirements/edx/testing.txt
-e git+https://github.com/ucsd-ets/openedx-caliper-tracking.git@koa-develop#egg=openedx-caliper-tracking # via -r requirements/edx/testing.txt
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/testing.txt
-e git+https://github.com/overhangio/[email protected]#egg=py2neo==3.1.2 # via -r requirements/edx/testing.txt
-e git+https://github.com/ucsd-ets/pycaption.git@3c6b85e5ccfd180a945a4a9725d355401810352b#egg=pycaption # via -r requirements/edx/testing.txt
-e git+https://github.com/edx/[email protected]#egg=rate-xblock # via -r requirements/edx/testing.txt
-e common/lib/safe_lxml # via -r requirements/edx/testing.txt
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/github.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@
-e git+https://github.com/edx/[email protected]#egg=django-wiki
git+https://github.com/edx/MongoDBProxy.git@d92bafe9888d2940f647a7b2b2383b29c752f35a#egg=MongoDBProxy==0.1.0+edx.2
-e git+https://github.com/jazkarta/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme
-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

# This is a temporary fork until https://github.com/brutasse/django-ratelimit-backend/pull/50 is merged
# back into the upstream code.
git+https://github.com/edx/[email protected]#egg=django-ratelimit-backend==2.0.1a5
-e git+https://github.com/appsembler/[email protected]#egg=tahoe-lti==release-0.4.0
-e git+https://github.com/technige/[email protected]#egg=py2neo==3.1.2

# Our libraries:
-e git+https://github.com/edx/[email protected]#egg=codejail==3.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-e git+https://github.com/edx/[email protected]#egg=lti_consumer-xblock==1.2.6 # via -r requirements/edx/base.txt
-e . # via -r requirements/edx/base.txt
-e git+https://github.com/ucsd-ets/openedx-caliper-tracking.git@koa-develop#egg=openedx-caliper-tracking # 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 git+https://github.com/ucsd-ets/pycaption.git@3c6b85e5ccfd180a945a4a9725d355401810352b#egg=pycaption # via -r requirements/edx/base.txt
-e git+https://github.com/edx/[email protected]#egg=rate-xblock # via -r requirements/edx/base.txt
-e common/lib/safe_lxml # via -r requirements/edx/base.txt
Expand Down

0 comments on commit b77e6d0

Please sign in to comment.