aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-27 12:58:37 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-27 12:58:37 +0000
commitfd5fddab7c117d6e46cde6846c47e64ab1fe1bee (patch)
treecbaccaad3788765bd81c716737ca95459d2a7b10 /pyproject.toml
parentspacing and formatting rubric (diff)
downloadAnnotateChange-fd5fddab7c117d6e46cde6846c47e64ab1fe1bee.tar.gz
AnnotateChange-fd5fddab7c117d6e46cde6846c47e64ab1fe1bee.zip
add gunicorn dependency for deployment
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8b5dcc6..063d9d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ pyjwt = "^1.7"
flask-bootstrap = "^3.3"
python-dotenv = "^0.10.1"
email_validator = "^1.0"
+gunicorn = "^19.9"
[tool.poetry.dev-dependencies]
pytest = "^3.0"