diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-27 12:58:37 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-27 12:58:37 +0000 |
| commit | fd5fddab7c117d6e46cde6846c47e64ab1fe1bee (patch) | |
| tree | cbaccaad3788765bd81c716737ca95459d2a7b10 /pyproject.toml | |
| parent | spacing and formatting rubric (diff) | |
| download | AnnotateChange-fd5fddab7c117d6e46cde6846c47e64ab1fe1bee.tar.gz AnnotateChange-fd5fddab7c117d6e46cde6846c47e64ab1fe1bee.zip | |
add gunicorn dependency for deployment
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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" |
