Add httpx to dev dependencies, fixes #39

This commit is contained in:
2022-11-14 01:40:24 +01:00
parent 5efbb6f77e
commit dbf580f02c
2 changed files with 83 additions and 17 deletions

View File

@ -11,15 +11,17 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.86.0"
fastapi = "^0.87.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^0.17.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.21.0"
Jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.19.0"}
jinja2 = "^3.1.2"
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
httpx = "^0.23.0"
pytest = "^7.1.1"
[build-system]