Use fastapi instead of fastapi[all], install gunicorn separately
This commit is contained in:
@ -11,11 +11,12 @@ keywords = ["website", "discord"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = { extras = ["all"], version = "^0.75.0" }
|
||||
fastapi = "^0.75.0"
|
||||
ffmpeg-python = "^0.2.0"
|
||||
gunicorn = "^20.1.0"
|
||||
dhooks = { git = "https://github.com/kyb3r/dhooks.git" }
|
||||
Pygments = "^2.11.2"
|
||||
python-multipart = "^0.0.5"
|
||||
python-dotenv = "^0.19.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Reference in New Issue
Block a user