-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8961 from edx/cypress-setuptools
lxml and setuptools for Cypress
- Loading branch information
Showing
9 changed files
with
22 additions
and
15 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
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
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
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
# Packages to install in the Python sandbox for secured execution. | ||
scipy==0.14.0 | ||
lxml==3.3.6 | ||
lxml==3.4.4 |
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
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 |
---|---|---|
|
@@ -38,10 +38,10 @@ git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c | |
-e git+https://github.com/edx/[email protected]#egg=event-tracking | ||
-e git+https://github.com/edx-solutions/django-splash.git@7579d052afcf474ece1239153cffe1c89935bc4f#egg=django-splash | ||
-e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock | ||
-e git+https://github.com/edx/edx-ora2.git@release-2015-05-08T16.15#egg=edx-ora2 | ||
-e git+https://github.com/edx/edx-ora2.git@release-2015-07-14T11.10#egg=edx-ora2 | ||
-e git+https://github.com/edx/edx-submissions.git@7c766502058e04bc9094e6cbe286e949794b80b3#egg=edx-submissions | ||
-e git+https://github.com/edx/opaque-keys.git@df0dd602869e498e512659bb4bd243309e30e19a#egg=opaque-keys | ||
-e git+https://github.com/edx/ease.git@b67d2928a26fe497826b6ea359b9a3d0371548a7#egg=ease==0.1.3 | ||
git+https://github.com/edx/ease.git@release-2015-07-14#egg=ease==0.1.3 | ||
-e git+https://github.com/edx/[email protected]#egg=i18n-tools | ||
-e git+https://github.com/edx/[email protected]#egg=oauth2-provider | ||
-e git+https://github.com/edx/[email protected]#egg=edx-val | ||
|
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,9 +1,12 @@ | ||
# DON'T JUST ADD NEW DEPENDENCIES!!! | ||
# | ||
# If you open a pull request that adds a new dependency, you should notify: | ||
# * @mollydb to check licensing | ||
# * One of @e0d, @feanil, @fredsmith, @maxrothman, or @jibsheet | ||
# to check system requirements | ||
# * @mollydb - to check licensing | ||
# * [email protected] - to check system requirements | ||
|
||
# This must be installed after distribute has been updated. | ||
MySQL-python==1.2.4 | ||
# This needs to be installed *after* lxml, which is in base.txt. | ||
# python-saml pulls in lxml as a dependency, and due to a bug in setuptools, | ||
# trying to compile lxml as a dependency causes setuptools to go into an | ||
# infinite loop and run out of memory. Because why would you trust a | ||
# dependency management tool to manage dependencies for you? | ||
python-saml==2.1.3 |
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
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