diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 | 
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"  |