Use fastapi instead of fastapi[all], install gunicorn separately

This commit is contained in:
2022-03-23 01:53:06 +01:00
parent f21f088adc
commit 4bc51ad68a
2 changed files with 8 additions and 495 deletions

View File

@ -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"]