diff options
author | 2018-09-04 22:50:03 +0200 | |
---|---|---|
committer | 2018-09-04 22:50:03 +0200 | |
commit | 62a1b9036db900c0d0d4f8a1e13e63097d074296 (patch) | |
tree | 767b0b346ff68ed5be03fec2c747927b01c48ae8 /Pipfile | |
parent | Remove unused files. (diff) |
Add `gunicorn` dependency.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ django-environ = "==0.4.5" "psycopg2-binary" = "==2.7.5" djangorestframework = "==3.8.2" djangorestframework-bulk = "==0.2.1" +gunicorn = "==19.9.0" [dev-packages] "flake8" = "==3.5.0" |