forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update edx-organization requirments
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|