Started merging the two projects for simplicity

This commit is contained in:
Jonas Linter
2025-09-27 10:09:58 +02:00
parent 4cfc00abb1
commit 0f7f1532a0
15 changed files with 1538 additions and 188 deletions

View File

@@ -9,10 +9,15 @@ description = "Alpine Bits Python Server implementation"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.117.1",
"generateds>=2.44.3",
"lxml>=6.0.1",
"pytest>=8.4.2",
"redis>=6.4.0",
"ruff>=0.13.1",
"slowapi>=0.1.9",
"uvicorn>=0.37.0",
"xsdata-pydantic[cli,lxml,soap]>=24.5",
"xsdata[cli,lxml,soap]>=25.7",
]
@@ -28,4 +33,4 @@ testpaths = ["test"]
pythonpath = ["src"]
[tool.ruff]
src = ["src", "test"]
src = ["src", "test"]