forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace py2neo with forked package (#316)
- Loading branch information
1 parent
6f99774
commit 57d2076
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|