Updated requirements. Added

This commit is contained in:
Jonas Linter
2025-09-27 17:06:54 +02:00
parent 5fb313d4cc
commit 7b539ea42f
7 changed files with 327 additions and 29 deletions

View File

@@ -9,6 +9,7 @@ description = "Alpine Bits Python Server implementation"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"annotatedyaml>=1.0.0",
"dotenv>=0.9.9",
"fastapi>=0.117.1",
"generateds>=2.44.3",
@@ -17,6 +18,7 @@ dependencies = [
"redis>=6.4.0",
"ruff>=0.13.1",
"slowapi>=0.1.9",
"sqlalchemy>=2.0.43",
"uvicorn>=0.37.0",
"xsdata-pydantic[cli,lxml,soap]>=24.5",
"xsdata[cli,lxml,soap]>=25.7",