Initialize GovOPlaN meta repository

This commit is contained in:
2026-07-11 17:16:58 +02:00
commit 70109afc78
70 changed files with 11641 additions and 0 deletions

27
requirements-dev.txt Normal file
View File

@@ -0,0 +1,27 @@
# Whole-product editable development environment.
#
# This file is intentionally owned by the meta repository because it wires the
# sibling core/module checkouts into one local GovOPlaN workspace. Package-local
# runtime dependencies stay in the owning repositories' pyproject.toml files.
-e ../govoplan-core[server]
-e ../govoplan-tenancy
-e ../govoplan-organizations
-e ../govoplan-identity
-e ../govoplan-access
-e ../govoplan-admin
-e ../govoplan-policy
-e ../govoplan-audit
-e ../govoplan-dashboard
-e ../govoplan-files
-e ../govoplan-mail
-e ../govoplan-campaign
-e ../govoplan-calendar
-e ../govoplan-docs
-e ../govoplan-ops
httpx==0.28.1
httpx2>=2.5,<3
filelock>=3.20.3
idna>=3.15
pip>=26.1.2
pip-audit>=2.9,<3
python-multipart>=0.0.31