Initial commit.

This commit is contained in:
Drew Larson
2016-03-23 16:29:28 -06:00
commit b6ad0dd068
90 changed files with 2889 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Django==1.9.4
pytz==2015.7
django-widget-tweaks==1.4.1
psycopg2==2.6.1
celery[redis]==3.1.23
django-celery==3.1.17
opbeat==3.3
django-tz-detect==0.2.6
+4
View File
@@ -0,0 +1,4 @@
-r base.txt
-r testing.txt
django-debug-toolbar
PyYAML
+2
View File
@@ -0,0 +1,2 @@
-r base.txt
gunicorn==19.4.5
+1
View File
@@ -0,0 +1 @@
-r production.txt
+2
View File
@@ -0,0 +1,2 @@
coverage
mock