Skip to content

Commit 63440c5

Browse files
authored
Merge pull request #595 from open-craft/sync-open-release/palm.master-20231012-1697105152
Sync opencraft-release/palm.1 with Upstream 20231012-1697105152
2 parents 377bb07 + 176d0d8 commit 63440c5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

requirements/edx/base.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ openedx-blockstore
140140
path
141141
piexif # Exif image metadata manipulation, used in the profile_images app
142142
Pillow # Image manipulation library; used for course assets, profile images, invoice PDFs, etc.
143-
py2neo # Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph).
143+
144+
# Driver for converting Python modulestore structures to Neo4j's schema (for Coursegraph).
145+
# Using the fork because official package has been removed from PyPI/GitHub
146+
# Follow up issue to remove this fork: https://github.com/openedx/edx-platform/issues/33456
147+
https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
148+
144149
pycountry
145150
pycryptodomex
146151
pygments # Used to support colors in paver command output

requirements/edx/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ psutil==5.9.5
827827
# via
828828
# -r requirements/edx/paver.txt
829829
# edx-django-utils
830-
py2neo==2021.2.3
830+
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
831831
# via
832832
# -c requirements/edx/../constraints.txt
833833
# -r requirements/edx/base.in

requirements/edx/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ py==1.11.0
11271127
# via
11281128
# -r requirements/edx/testing.txt
11291129
# tox
1130-
py2neo==2021.2.3
1130+
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
11311131
# via
11321132
# -c requirements/edx/../constraints.txt
11331133
# -r requirements/edx/testing.txt

requirements/edx/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ psutil==5.9.5
10651065
# pytest-xdist
10661066
py==1.11.0
10671067
# via tox
1068-
py2neo==2021.2.3
1068+
py2neo @ https://github.com/overhangio/py2neo/releases/download/2021.2.3/py2neo-2021.2.3.tar.gz
10691069
# via
10701070
# -c requirements/edx/../constraints.txt
10711071
# -r requirements/edx/base.txt

0 commit comments

Comments
 (0)