Skip to content

Commit

Permalink
Move Django requirement into separate file to enable tox testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Eskew committed Sep 25, 2017
1 parent 167472d commit 8eb5945
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
# dependency on a version range of pbr.
# Install a version which falls within that range.
- pip install --exists-action w pbr==0.9.0
- pip install --exists-action w -r requirements/edx/django.txt
- pip install --exists-action w -r requirements/edx/base.txt
- pip install --exists-action w -r requirements/edx/paver.txt
- pip install --exists-action w -r requirements/edx/testing.txt
Expand Down
1 change: 1 addition & 0 deletions pavelib/prereqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'requirements/edx/pre.txt',
'requirements/edx/github.txt',
'requirements/edx/local.txt',
'requirements/edx/django.txt',
'requirements/edx/base.txt',
'requirements/edx/paver.txt',
'requirements/edx/development.txt',
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ django-statici18n==1.4.0
django-storages==1.4.1
django-method-override==0.1.0
django-user-tasks==0.1.5
django==1.8.18
django-waffle==0.12.0
djangorestframework-jwt==1.11.0
enum34==1.1.6
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/django.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Django==1.8.18
1 change: 1 addition & 0 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# Requirements for the web application
-r ../edx/pre.txt
-r ../edx/django.txt
-r ../edx/base.txt
-r ../edx/local.txt
-r ../edx/github.txt
Expand Down

0 comments on commit 8eb5945

Please sign in to comment.