Commit d1854ce6 by muhammad-ammar Committed by muzaffaryousaf

update edx repo versions

update library version
update django-extensions
parent d1075970
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
-r wheels.txt -r wheels.txt
# edX Internal Requirements # edX Internal Requirements
git+https://github.com/edx/XBlock.git@9c634481dfc85a17dcb3351ca232d7098a38e10e#egg=XBlock git+https://github.com/edx/XBlock.git@django1.8-upgrade#egg=XBlock
# edx-submissions # edx-submissions
git+https://github.com/edx/edx-submissions.git@muzaffar/upgrage-django-1.8#egg=edx-submissions==0.1.1 git+https://github.com/edx/edx-submissions.git@muzaffar/upgrage-django-1.8#egg=edx-submissions==0.1.1
...@@ -12,9 +12,10 @@ git+https://github.com/edx/edx-submissions.git@muzaffar/upgrage-django-1.8#egg=e ...@@ -12,9 +12,10 @@ git+https://github.com/edx/edx-submissions.git@muzaffar/upgrage-django-1.8#egg=e
boto>=2.32.1,<3.0.0 boto>=2.32.1,<3.0.0
celery==3.1.18 celery==3.1.18
defusedxml==0.4.1 defusedxml==0.4.1
django>=1.8,<1.9 #django>=1.8,<1.9
django==1.8.5
django-celery==3.1.16 django-celery==3.1.16
django-extensions==1.5.5 django-extensions==1.5.9
django-model-utils==2.3.1 django-model-utils==2.3.1
djangorestframework>=3.1,<3.3 djangorestframework>=3.1,<3.3
dogapi==1.2.1 dogapi==1.2.1
......
...@@ -9,6 +9,6 @@ moto==0.2.22 ...@@ -9,6 +9,6 @@ moto==0.2.22
pep8==1.5.7 pep8==1.5.7
pylint<1.0 pylint<1.0
git+https://github.com/pmitros/django-pyfs.git@d175715e0fe3367ec0f1ee429c242d603f6e8b10#egg=djpyfs git+https://github.com/edx/django-pyfs.git@ned/update-django-18#egg=django-pyfs==1.0.3
git+https://github.com/edx/i18n-tools.git@56f048af9b6868613c14aeae760548834c495011#egg=i18n_tools git+https://github.com/edx/i18n-tools.git@56f048af9b6868613c14aeae760548834c495011#egg=i18n_tools
git+https://github.com/edx/xblock-sdk.git@44d66a1091947fda130cb3e36135f6dfc3b135f0#egg=xblock-sdk git+https://github.com/edx/xblock-sdk.git@ned/upgrade-django-18#egg=xblock-sdk==0.1.1
...@@ -42,7 +42,7 @@ def load_requirements(*requirements_paths): ...@@ -42,7 +42,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='ora2', name='ora2',
version='0.0.1', version='0.2.1',
author='edX', author='edX',
url='http://github.com/edx/edx-ora2', url='http://github.com/edx/edx-ora2',
description='edx-ora2', description='edx-ora2',
......
Markdown is supported
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