seperate dev/normal deps

This commit is contained in:
2026-08-05 00:21:39 +02:00
parent c5c428c621
commit 0497d1bbcf
2 changed files with 146 additions and 12 deletions

View File

@@ -11,15 +11,19 @@ dependencies = [
"python-desfire",
"pyjwt[crypto]>=2.12.1",
"pwdlib[argon2]>=0.3.0",
"pytest>=9.0.3",
"requests>=2.33.1",
"pytest-cov>=7.1.0",
"setuptools>=82.0.1",
"pyscard>=2.3.1",
"alembic>=1.18.5",
"ruff>=0.16.0",
"pydantic-settings>=2.13.1",
'lgpio>=0.2.2.0' # ; sys_platform == "linux" and platform_machine == "aarch64"',
'lgpio>=0.2.2.0; sys_platform == "linux" and platform_machine == "aarch64"',
]
[dependency-groups]
dev = [
"ruff>=0.16.0",
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
"jedi-language-server>=0.47.0",
]
[tool.uv.sources]