diff options
author | 2024-07-07 23:33:37 +0100 | |
---|---|---|
committer | 2024-07-08 15:00:11 +0100 | |
commit | d04e74cd9a45d11d321faf174aec86768ac2ffc6 (patch) | |
tree | 4a075255d00d9f8a2f369567bdb79f6eefa4be9a /pyproject.toml | |
parent | Update 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.toml | 1 |
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" |