Files
fhir2padnext/requirements.txt
Alexander Domene 8650bd09a3 added tests
2025-10-27 08:19:13 +01:00

10 lines
230 B
Plaintext

# Core dependencies for FHIR to PADneXt converter
# Install with: pip install -r requirements.txt
# XSD validation for PADneXt XML
lxml==4.9.4
# FHIR JSON Schema validation
jsonschema==4.19.2
jsonschema-specifications==2023.7.1