From 6eafb1557bbe8838390d233f21c3831b8a9e05d0 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 18 Oct 2017 22:23:15 -0400 Subject: Add postgres to the requirements for good measure --- app/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'app/requirements.txt') 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 -- cgit v1.2.3