Restructure requirements

This commit is contained in:
Corder Guy 2018-04-06 01:16:34 -05:00
parent 1b5c959185
commit e45578ffea
5 changed files with 7 additions and 0 deletions

View file

4
requirements/base.txt Normal file
View file

@ -0,0 +1,4 @@
Django==2.0.4
django-environ==0.4.4
pytz==2018.3
six==1.11.0

1
requirements/local.txt Normal file
View file

@ -0,0 +1 @@
-r base.txt

View file

@ -0,0 +1 @@
-r base.txt

1
requirements/test.txt Normal file
View file

@ -0,0 +1 @@
-r base.txt