aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-07 23:33:37 +0100
committerGravatar Joe Banks <[email protected]>2024-07-08 15:00:11 +0100
commitd04e74cd9a45d11d321faf174aec86768ac2ffc6 (patch)
tree4a075255d00d9f8a2f369567bdb79f6eefa4be9a /pyproject.toml
parentUpdate to fix trailing whitespace detected by pre-commit (diff)
Stop using gunicorn and use uvicorn directly to run application
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 01dfed7..edea8a7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,6 @@ motor = "3.5.0"
python-dotenv = "^1.0.1"
pyjwt = "^2.8.0"
httpx = "^0.27.0"
-gunicorn = "^22.0.0"
pydantic = "^1.10.17"
spectree = "^1.2.10"
deepmerge = "^1.1.1"