Separate dev and prod requirment

This commit is contained in:
jaguarondi 2016-04-26 14:35:13 +02:00
parent 47f43ebf2b
commit 7b8e573698
3 changed files with 15 additions and 10 deletions

View File

@ -1,10 +1,2 @@
Django==1.9
django-nose==1.4.1
flake8==2.5.0
mccabe==0.3.1
nose==1.3.7
pep8==1.5.7
Pillow==3.0.0
pyflakes==1.0.0
coverage
sphinx
Django>=1.9
Pillow>=3.0.0

9
requirements/dev.txt Normal file
View File

@ -0,0 +1,9 @@
-r base.txt
flake8
mccabe
pep8
django-nose
nose
coverage
pyflakes

View File

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