Commit e317f0eb by Clinton Blackburn

Merge pull request #437 from edx/clintonb/requirements-updates

Updated requirements
parents 23640c2c a03feb9b
...@@ -38,7 +38,7 @@ ENABLE_CYBERSOURCE_TESTS = str2bool(os.environ.get('ENABLE_CYBERSOURCE_TESTS', T ...@@ -38,7 +38,7 @@ ENABLE_CYBERSOURCE_TESTS = str2bool(os.environ.get('ENABLE_CYBERSOURCE_TESTS', T
# MARKETING CONFIGURATION # MARKETING CONFIGURATION
ENABLE_MARKETING_SITE = str2bool(os.environ.get('ENABLE_MARKETING_SITE', False)) ENABLE_MARKETING_SITE = str2bool(os.environ.get('ENABLE_MARKETING_SITE', False))
MARKETING_URL_ROOT = os.environ.get('MARKETING_URL_ROOT').strip('/') MARKETING_URL_ROOT = os.environ.get('MARKETING_URL_ROOT').strip('/') if ENABLE_MARKETING_SITE else None
# These must correspond to the course IDs provided for each enrollment mode. # These must correspond to the course IDs provided for each enrollment mode.
VERIFIED_COURSE_SLUG = os.environ.get( VERIFIED_COURSE_SLUG = os.environ.get(
......
...@@ -4,9 +4,9 @@ Django==1.8.6 ...@@ -4,9 +4,9 @@ Django==1.8.6
django-appconf==0.6 django-appconf==0.6
django-compressor==1.5 django-compressor==1.5
django_extensions==1.5.5 django_extensions==1.5.5
django-libsass==0.3 django-libsass==0.5
django-oscar==1.1 django-oscar==1.1.1
django_simple_history==1.6.1 django_simple_history==1.6.3
django-waffle==0.10.1 django-waffle==0.10.1
djangorestframework==3.2.3 djangorestframework==3.2.3
djangorestframework-jwt==1.7.2 djangorestframework-jwt==1.7.2
...@@ -15,11 +15,11 @@ edx-auth-backends==0.1.3 ...@@ -15,11 +15,11 @@ edx-auth-backends==0.1.3
edx-ecommerce-worker==0.2.0 edx-ecommerce-worker==0.2.0
edx-rest-api-client==1.2.1 edx-rest-api-client==1.2.1
jsonfield==1.0.3 jsonfield==1.0.3
libsass==0.8.2 libsass==0.9.2
paypalrestsdk==1.9.0 paypalrestsdk==1.11.1
premailer==2.9.2 premailer==2.9.2
pycountry==1.10 pycountry==1.18
python-dateutil==2.4.2 python-dateutil==2.4.2
pytz==2015.4 pytz==2015.7
requests==2.6.0 requests==2.8.1
suds==0.4 suds==0.4
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
-r test.txt -r test.txt
-r docs.txt -r docs.txt
django-debug-toolbar==1.3.2 django-debug-toolbar==1.4
# i18n # i18n
transifex-client==0.10 transifex-client==0.11
git+https://github.com/edx/i18n-tools.git@v0.1.4#egg=i18n_tools==0.1.4 git+https://github.com/edx/i18n-tools.git@v0.1.4#egg=i18n_tools==0.1.4
# Packages required for testing # Packages required for testing
-r base.txt -r base.txt
bok-choy==0.4.3 bok-choy==0.4.7
coverage==3.7.1 coverage==4.0.2
ddt==1.0.0 ddt==1.0.0
django-nose==1.4.2 django-nose==1.4.2
edx-ecommerce-api-client==1.1.0 edx-ecommerce-api-client==1.1.0
...@@ -12,5 +12,5 @@ mock-django==0.6.9 ...@@ -12,5 +12,5 @@ mock-django==0.6.9
nose-ignore-docstring==0.2 nose-ignore-docstring==0.2
pep8==1.6.2 pep8==1.6.2
pylint==1.4.4 pylint==1.4.4
selenium>=2.47.1 selenium>=2.48.0
testfixtures==4.2.0 testfixtures==4.5.0
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