diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index d8c3ac5..999f45c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,15 @@ authors = ["Joe Banks <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "^3.8" +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" |