aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-10-18 22:23:15 -0400
committerMitch Riedstra <mitch@riedstra.us>2017-10-18 22:23:15 -0400
commit6eafb1557bbe8838390d233f21c3831b8a9e05d0 (patch)
tree0826cc7391622653400cfdd89695f371dff3bac2
parenta401a284e08cc76b6d1fbc09cc97f7c786edca09 (diff)
downloaddispatch-tracker-6eafb1557bbe8838390d233f21c3831b8a9e05d0.tar.gz
dispatch-tracker-6eafb1557bbe8838390d233f21c3831b8a9e05d0.tar.xz
Add postgres to the requirements for good measure
-rw-r--r--app/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/requirements.txt b/app/requirements.txt
index 22bd1be..b9c0537 100644
--- a/app/requirements.txt
+++ b/app/requirements.txt
@@ -2,6 +2,7 @@ Django==1.11.5
django-auditlog==0.4.3
django-jsonfield==1.0.1
Faker==0.8.4
+psycopg2==2.7.3.1
pyaml==17.10.0
python-dateutil==2.6.1
pytz==2017.2