Files
Sieloader-Repository-Service/pyproject.toml
vladhog 345f0b0be4 - updated workflow
- added optimisation
- updated dependencies
2025-12-24 18:50:10 +03:00

17 lines
389 B
TOML
Executable File

[project]
name = "sierra-repository-server"
version = "0.1.5"
description = "SIERRA repository server competable with sieloader"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.127.0",
"hypercorn[h3,uvloop]>=0.17.3",
"pgpy>=0.6.0",
"standard-imghdr>=3.13.0",
]
[tool.uv]
dev-dependencies = [
"pytest>=8.4.2", "pytest-asyncio>=1.0.0", "pytest-timeout>=2.4.0"
]