Skip to content
Snippets Groups Projects
Commit 78d563c7 authored by Kyle McCormick's avatar Kyle McCormick Committed by Kyle McCormick
Browse files

Upgrade requirements, specifically ora2

The ora2 upgrade increases the assignment upload
limit from 10MB to 20MB.

Due to a request from a Master's partner who reports
that the current 10MB limit is not enough for their
degree programs.

EDUCATOR-4635
parent e09e172f
No related merge requests found
......@@ -171,7 +171,7 @@ nodeenv==1.1.1
numpy==1.16.5
git+https://github.com/joestump/python-oauth2.git@b94f69b1ad195513547924e380d9265133e995fa#egg=oauth2
oauthlib==2.1.0
git+https://github.com/edx/edx-ora2.git@2.2.7#egg=ora2==2.2.7
git+https://github.com/edx/edx-ora2.git@2.3.0#egg=ora2==2.3.0
path.py==8.2.1
pathtools==0.1.2
paver==1.3.4
......
......@@ -59,7 +59,7 @@ click-log==0.3.2
click==7.0
code-annotations==0.3.2
colorama==0.4.1
configparser==3.8.1
configparser==4.0.1
contextlib2==0.5.5
cookies==2.2.1
coreapi==2.3.3
......@@ -221,7 +221,7 @@ nodeenv==1.1.1
numpy==1.16.5
git+https://github.com/joestump/python-oauth2.git@b94f69b1ad195513547924e380d9265133e995fa#egg=oauth2
oauthlib==2.1.0
git+https://github.com/edx/edx-ora2.git@2.2.7#egg=ora2==2.2.7
git+https://github.com/edx/edx-ora2.git@2.3.0#egg=ora2==2.3.0
packaging==19.1
path.py==8.2.1
pathlib2==2.3.4
......
......@@ -81,7 +81,7 @@ git+https://github.com/edx/bridgekeeper.git@4e34894e4ac5d0467ed1901811a81fd87ee0
# Our libraries:
-e git+https://github.com/edx/codejail.git@ed3d36c27913254a23273da95ad627a1bbbffa44#egg=codejail
-e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock
git+https://github.com/edx/edx-ora2.git@2.2.7#egg=ora2==2.2.7
git+https://github.com/edx/edx-ora2.git@2.3.0#egg=ora2==2.3.0
git+https://github.com/edx/RecommenderXBlock.git@1.4.1#egg=recommender-xblock==1.4.1
git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2
-e git+https://github.com/edx/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
......
......@@ -57,7 +57,7 @@ click-log==0.3.2 # via edx-lint
click==7.0
code-annotations==0.3.2
colorama==0.4.1 # via radon
configparser==3.8.1 # via entrypoints, flake8, importlib-metadata, pylint
configparser==4.0.1 # via entrypoints, flake8, importlib-metadata, pylint
contextlib2==0.5.5
cookies==2.2.1 # via moto
coreapi==2.3.3
......@@ -214,7 +214,7 @@ nodeenv==1.1.1
numpy==1.16.5
git+https://github.com/joestump/python-oauth2.git@b94f69b1ad195513547924e380d9265133e995fa#egg=oauth2
oauthlib==2.1.0
git+https://github.com/edx/edx-ora2.git@2.2.7#egg=ora2==2.2.7
git+https://github.com/edx/edx-ora2.git@2.3.0#egg=ora2==2.3.0
packaging==19.1 # via caniusepython3, tox
path.py==8.2.1
pathlib2==2.3.4 # via importlib-metadata, pytest, pytest-django
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment