aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-22 08:47:22 +0200
committerGravatar ks129 <[email protected]>2020-11-22 08:47:22 +0200
commit9d5664b8b78a9b4ca11327991aaf2953ca3df9ba (patch)
treed5c021fc251d27065d7abd05cf66b5a886cfbd5a /pyproject.toml
parentPush Python version to 3.9 (diff)
Install Gunicorn (for production) and include uvicorn dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index afca4d1..999f45c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,11 +9,12 @@ license = "MIT"
python = "^3.9"
starlette = "^0.13.8"
nested_dict = "^1.61"
-uvicorn = "^0.12.2"
+uvicorn = {extras = ["standard"], version = "^0.12.2"}
pymongo = "^3.11.0"
python-dotenv = "^0.14.0"
pyjwt = "^1.7.1"
httpx = "^0.16.1"
+gunicorn = "^20.0.4"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"