update deps

This commit is contained in:
austnv
2026-06-14 14:48:02 +03:00
parent 6a7542fc39
commit bada2c1ecb
3 changed files with 18 additions and 5 deletions
+6 -1
View File
@@ -6,7 +6,12 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bs4>=0.0.2",
"fastapi[standard]>=0.136.3",
"fastapi>=0.136.3",
"httpx>=0.28.1",
"uvicorn>=0.49.0",
]
[dependency-groups]
dev = [
"fastapi[standard]>=0.136.3",
]