move PyQt6 to dev deps

This commit is contained in:
2025-12-18 19:29:38 +01:00
parent 407b778131
commit 7df09f580a

View File

@@ -11,10 +11,14 @@ dependencies = [
"matplotlib>=3.10.0", "matplotlib>=3.10.0",
"networkx>=3.4.2", "networkx>=3.4.2",
"passlib>=1.7.4", "passlib>=1.7.4",
"psycopg>=3.2.4", "psycopg[binary]>=3.2.4",
"pydantic-settings>=2.7.1", "pydantic-settings>=2.7.1",
"pyjwt>=2.10.1", "pyjwt>=2.10.1",
"pyqt6>=6.8.0",
"sqlmodel>=0.0.22", "sqlmodel>=0.0.22",
"uvicorn>=0.34.0", "uvicorn>=0.34.0",
] ]
[dependency-groups]
dev = [
"pyqt6>=6.10.1",
]