openEHR2FHIRquestionnaire / pyproject.toml
jbuch's picture
update docs, versioning
85e2410
raw
history blame contribute delete
561 Bytes
[project]
name = "openEHR2FHIRquestionnaire"
version = "0.2.0"
description = "Converts openEHR web templates to FHIR Questionnaire resources"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{name = "Cistec AG"}
]
dependencies = [
"gradio>=4.44.1",
"python-dateutil>=2.8.2"
]
[project.urls]
Homepage = "https://github.com/cistec-com/openEHR2FHIRquestionnaire"
"Bug Tracker" = "https://github.com/cistec-com/openEHR2FHIRquestionnaire/issues"
[tool.uv]
# UV-specific configuration can be added here if needed