[build-system] requires = ["setuptools>=69", "wheel"] build-backend = "setuptools.build_meta" [project] name = "govoplan" version = "0.1.35" description = "Developer convenience package for a versioned GovOPlaN composition" readme = "README.md" requires-python = ">=3.12" license = { text = "AGPL-3.0-or-later" } dependencies = [ "govoplan-core[server]==0.1.35", "govoplan-tenancy==0.1.18", "govoplan-organizations==0.1.18", "govoplan-identity==0.1.18", "govoplan-idm==0.1.20", "govoplan-access==0.1.20", "govoplan-admin==0.1.19", "govoplan-policy==0.1.20", "govoplan-audit==0.1.19", "govoplan-dashboard==0.1.18", "govoplan-files==0.1.20", "govoplan-mail==0.1.22", "govoplan-campaign==0.1.24", "govoplan-calendar==0.1.18", "govoplan-docs==0.1.20", "govoplan-ops==0.1.19", ] [project.optional-dependencies] full = [ "govoplan-addresses==0.1.18", "govoplan-approvals==0.1.18", "govoplan-assets==0.1.19", "govoplan-booking==0.1.19", "govoplan-cases==0.1.20", "govoplan-certificates==0.1.19", "govoplan-committee==0.1.18", "govoplan-connectors==0.1.22", "govoplan-consultation==0.1.19", "govoplan-contracts==0.1.19", "govoplan-dataflow==0.1.20", "govoplan-datasources==0.1.20", "govoplan-decisions==0.1.18", "govoplan-dist-lists==0.1.18", "govoplan-encryption==0.1.18", "govoplan-evaluation==0.1.19", "govoplan-facilities==0.1.19", "govoplan-forms==0.1.20", "govoplan-forms-runtime==0.1.18", "govoplan-grants==0.1.19", "govoplan-helpdesk==0.1.20", "govoplan-identity-trust==0.1.18", "govoplan-inspections==0.1.19", "govoplan-learning==0.1.19", "govoplan-mandates==0.1.18", "govoplan-notifications==0.1.18", "govoplan-parties==0.1.18", "govoplan-payments==0.1.20", "govoplan-permits==0.1.19", "govoplan-poll==0.1.19", "govoplan-portal==0.1.19", "govoplan-postbox==0.1.19", "govoplan-procurement==0.1.19", "govoplan-projects==0.1.18", "govoplan-quick-access==0.1.19", "govoplan-records==0.1.19", "govoplan-reporting==0.1.18", "govoplan-resources==0.1.19", "govoplan-rest==0.1.19", "govoplan-risk-compliance==0.1.18", "govoplan-scheduling==0.1.18", "govoplan-search==0.1.18", "govoplan-services==0.1.18", "govoplan-soap==0.1.19", "govoplan-tasks==0.1.20", "govoplan-templates==0.1.18", "govoplan-tickets==0.1.20", "govoplan-transparency==0.1.19", "govoplan-views==0.1.19", "govoplan-voting==0.1.18", "govoplan-wiki==0.1.20", "govoplan-workflow==0.1.21", "govoplan-workflow-engine==0.1.19", ] [project.urls] Repository = "https://git.add-ideas.de/GovOPlaN/govoplan" Documentation = "https://govoplan.add-ideas.de" [tool.setuptools.packages.find] where = ["src"]