Skip to content
Snippets Groups Projects
Commit a91b9dd3 authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Fix make upgrade

parent c0f13e78
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ numpy==1.6.2 # Numeric array processing utilities; used b
pyparsing==2.2.0 # Python Parsing module
scipy==0.14.0 # Math, science, and engineering library
sympy==0.7.1 # Symbolic math library
git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
-e git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
# Install these packages from the edx-platform working tree
# NOTE: if you change code in these packages, you MUST change the version
......
......@@ -206,7 +206,7 @@ pytz==2019.1
pyuca==1.1
pyyaml==5.1
redis==2.10.6
reportlab==3.5.20
reportlab==3.5.21
requests-oauthlib==1.1.0
requests==2.21.0
rest-condition==1.0.3
......
......@@ -266,7 +266,7 @@ pyquery==1.4.0
pysqlite==2.8.3 ; python_version == "2.7"
pysrt==1.1.1
pytest-attrib==0.1.3
pytest-cov==2.6.1
pytest-cov==2.7.1
pytest-django==3.4.8
pytest-forked==1.0.2
pytest-randomly==1.2.3
......@@ -285,7 +285,7 @@ pyyaml==5.1
queuelib==1.5.0
radon==3.0.1
redis==2.10.6
reportlab==3.5.20
reportlab==3.5.21
requests-oauthlib==1.1.0
requests==2.21.0
rest-condition==1.0.3
......@@ -317,7 +317,7 @@ sphinxcontrib-websupport==1.1.0 # via sphinx
sqlparse==0.3.0
stevedore==1.30.1
sympy==1.4
testfixtures==6.8.1
testfixtures==6.8.2
text-unidecode==1.2
tincan==0.0.5
toml==0.10.0
......
......@@ -59,7 +59,7 @@
# Python libraries to install directly from github
git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
-e git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
# Third-party:
-e git+https://github.com/edx/django-wiki.git@v0.0.21#egg=django-wiki
......
......@@ -257,7 +257,7 @@ pyquery==1.4.0
pysqlite==2.8.3 ; python_version == "2.7"
pysrt==1.1.1
pytest-attrib==0.1.3
pytest-cov==2.6.1
pytest-cov==2.7.1
pytest-django==3.4.8
pytest-forked==1.0.2 # via pytest-xdist
pytest-randomly==1.2.3
......@@ -276,7 +276,7 @@ pyyaml==5.1
queuelib==1.5.0 # via scrapy
radon==3.0.1
redis==2.10.6
reportlab==3.5.20
reportlab==3.5.21
requests-oauthlib==1.1.0
requests==2.21.0
rest-condition==1.0.3
......@@ -304,7 +304,7 @@ soupsieve==1.9.1
sqlparse==0.3.0
stevedore==1.30.1
sympy==1.4
testfixtures==6.8.1
testfixtures==6.8.2
text-unidecode==1.2 # via faker
tincan==0.0.5
toml==0.10.0 # via tox
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment