refactor requirements and make htmlmin optional

This commit is contained in:
Laura Klünder 2016-09-12 10:55:01 +02:00
parent 2a86e012dd
commit c6c8dbeab4
12 changed files with 26 additions and 17 deletions

2
src/requirements/dev.txt Normal file
View file

@ -0,0 +1,2 @@
flake8
isort

View file

@ -0,0 +1 @@
django-htmlmin>=0.9,<0.10

View file

@ -0,0 +1,2 @@
requirements.txt
mysqlclient

View file

@ -0,0 +1,2 @@
requirements.txt
psycopg2

View file

@ -0,0 +1 @@
django-htmlmin>=0.9,<0.10

View file

@ -0,0 +1,6 @@
Django>=1.9,<1.10
django-bootstrap3>=6.2,<6.3
django-compressor==2.0
csscompressor
djangorestframework>=3.4,<3.5
django-filter>=0.14,<0.15