Move Django requirement into separate file to enable tox testing.

This commit is contained in:
John Eskew
2017-09-12 15:57:48 -04:00
parent 167472da84
commit 8eb5945e39
5 changed files with 4 additions and 1 deletions

View File

@@ -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