merged-hub
All checks were successful
Deploy on push / deploy (push) Successful in 5s

This commit is contained in:
2024-11-01 15:06:21 +03:00
17 changed files with 930 additions and 54 deletions

View File

@@ -23,11 +23,15 @@ httpx = "^0.27.0"
dogpile-cache = "^1.3.1"
colorlog = "^6.8.2"
fakeredis = "^2.25.1"
pydantic = "^2.9.2"
jwt = "^1.3.1"
authlib = "^1.3.2"
[tool.poetry.group.dev.dependencies]
ruff = "^0.4.7"
isort = "^5.13.2"
pydantic = "^2.9.2"
[build-system]
requires = ["poetry-core>=1.0.0"]