diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-10-18 22:23:15 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-10-18 22:23:15 -0400 |
| commit | 6eafb1557bbe8838390d233f21c3831b8a9e05d0 (patch) | |
| tree | 0826cc7391622653400cfdd89695f371dff3bac2 /app/requirements.txt | |
| parent | a401a284e08cc76b6d1fbc09cc97f7c786edca09 (diff) | |
| download | dispatch-tracker-6eafb1557bbe8838390d233f21c3831b8a9e05d0.tar.gz dispatch-tracker-6eafb1557bbe8838390d233f21c3831b8a9e05d0.tar.xz | |
Add postgres to the requirements for good measure
Diffstat (limited to 'app/requirements.txt')
| -rw-r--r-- | app/requirements.txt | 1 |
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 |
