Skip to content

Commit

Permalink
fix: update edx-organization requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
becdavid committed Dec 10, 2024
1 parent 674e3d9 commit 3fb532d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1145,9 +1145,9 @@ zipp==3.8.0
# setuptools

# EducateWorkforce specific packages. This was manually added because `make upgrade` was causing a lot of packages to update. This limits the Python package changes for the release.
-e git+https://github.com/CUCWD/[email protected]maple.1#egg=bigcommerce==0.22.2
-e git+https://github.com/CUCWD/[email protected]nutmeg#egg=bigcommerce==0.22.2
# via -r ./requirements/edx/private.txt
-e git+https://github.com/CUCWD/edx-organizations.git@6.10.0-cucwd-maple.1#egg=edx-organizations==6.10.0-cucwd-maple.1
-e git+https://github.com/CUCWD/edx-organizations.git@6.11.1.2-cucwd-nutmeg#egg=edx-organizations==6.11.1
# via -r ./requirements/edx/private.txt
-e git+https://github.com/CUCWD/[email protected]#egg=social-auth-backend-bigcommerce==0.1.0-maple.1
# via -r ./requirements/edx/private.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ zipp==3.8.0
# EducateWorkforce specific packages. This was manually added because `make upgrade` was causing a lot of packages to update. This limits the Python package changes for the release.
-e git+https://github.com/CUCWD/[email protected]#egg=bigcommerce==0.22.2
# via -r ./requirements/edx/private.txt
-e git+https://github.com/CUCWD/[email protected]#egg=edx-organizations==6.11.1
-e git+https://github.com/CUCWD/[email protected].2-cucwd-nutmeg#egg=edx-organizations==6.11.1
# via -r ./requirements/edx/private.txt
-e git+https://github.com/CUCWD/[email protected]#egg=social-auth-backend-bigcommerce==0.1.0-maple.1
# via -r ./requirements/edx/private.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/private.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# BigCommerce
-e git+https://github.com/CUCWD/[email protected]maple.3#egg=bigcommerce==0.22.2
-e git+https://github.com/CUCWD/[email protected]nutmeg#egg=bigcommerce==0.22.2
-e git+https://github.com/CUCWD/[email protected]#egg=social-auth-backend-bigcommerce==0.1.0

# Analytics
-e git+https://github.com/CUCWD/[email protected]#egg=Figures==0.4.dev17

# Organizations (reworked for Figures)
-e git+https://github.com/CUCWD/edx-organizations.git@6.10.0-maple.3-cucwd#egg=edx-organizations==6.10.0
-e git+https://github.com/CUCWD/edx-organizations.git@6.11.1.2-cucwd-nutmeg#egg=edx-organizations==6.11.1

# XBlocks
-e git+https://github.com/CUCWD/xblock-qualtrics-survey.git@release/v.2.1.0-maple.3-cucwd#egg=xblock_qualtrics_survey==2.1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx/private.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

-e git+https://github.com/CUCWD/[email protected]maple.3#egg=bigcommerce==0.22.2
-e git+https://github.com/CUCWD/[email protected]nutmeg#egg=bigcommerce==0.22.2
# via -r ./requirements/edx/private.in
-e git+https://github.com/CUCWD/[email protected]#egg=custom-form-app==0.1
# via -r ./requirements/edx/private.in
-e git+https://github.com/CUCWD/[email protected]#egg=Figures==0.4.dev17
# via -r ./requirements/edx/private.in
-e git+https://github.com/CUCWD/edx-organizations.git@6.10.0-maple.3-cucwd#egg=edx-organizations==6.10.0
-e git+https://github.com/CUCWD/edx-organizations.git@6.11.1.2-cucwd-nutmeg#egg=edx-organizations==6.11.1
# via -r ./requirements/edx/private.in
-e git+https://github.com/CUCWD/[email protected]#egg=social-auth-backend-bigcommerce==0.1.0
# via -r ./requirements/edx/private.in
Expand Down

0 comments on commit 3fb532d

Please sign in to comment.