Adding requirements files.

This commit is contained in:
Víðir Valberg Guðmundsson 2015-10-05 19:48:26 +02:00
parent d239934fe7
commit a515aed6ca
3 changed files with 9 additions and 0 deletions

6
requirements/base.txt Normal file
View File

@ -0,0 +1,6 @@
django>=1.8
django-allauth>=0.23.0
django-bootstrap3>=6.2.2
django-flat-theme>=1.1.1
django-environ>=0.4.0
psycopg2>=2.6.1

View File

@ -0,0 +1,2 @@
-r base.txt
django-debug-toolbar==1.3.2

View File

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