chore: consolidate platform split checks
This commit is contained in:
@@ -12,10 +12,10 @@ license = { file = "LICENSE" }
|
||||
authors = [{ name = "GovOPlaN" }]
|
||||
dependencies = [
|
||||
"SQLAlchemy>=2.0,<3",
|
||||
"fastapi>=0.115,<1",
|
||||
"fastapi>=0.139,<1",
|
||||
"pydantic>=2,<3",
|
||||
"pydantic-settings>=2,<3",
|
||||
"cryptography>=44,<45",
|
||||
"cryptography>=48.0.1,<50",
|
||||
"celery>=5,<6",
|
||||
"redis>=5,<6",
|
||||
"alembic>=1,<2",
|
||||
@@ -34,8 +34,10 @@ govoplan-module-installer = "govoplan_core.commands.module_installer:main"
|
||||
|
||||
[project.optional-dependencies]
|
||||
server = [
|
||||
"psycopg[binary]>=3.2,<4",
|
||||
"uvicorn[standard]>=0.32,<1",
|
||||
]
|
||||
dev = [
|
||||
"httpx==0.28.1",
|
||||
"httpx2>=2.5,<3",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user