feat: implement dynamic decky mutation and fix dot-separated INI sections
This commit is contained in:
@@ -13,17 +13,22 @@ dependencies = [
|
||||
"docker>=7.0",
|
||||
"pyyaml>=6.0",
|
||||
"jinja2>=3.1",
|
||||
"pytest>=8.0",
|
||||
"ruff>=0.4",
|
||||
"bandit>=1.7",
|
||||
"pip-audit>=2.0",
|
||||
"fastapi>=0.110.0",
|
||||
"uvicorn>=0.29.0",
|
||||
"aiosqlite>=0.20.0",
|
||||
"PyJWT>=2.8.0",
|
||||
"bcrypt>=4.1.0",
|
||||
"psutil>=5.9.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=8.0",
|
||||
"ruff>=0.4",
|
||||
"bandit>=1.7",
|
||||
"pip-audit>=2.0",
|
||||
"httpx>=0.27.0",
|
||||
"hypothesis>=6.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user