Files
fhir2padnext/requirements.txt
2025-10-27 09:44:07 +01:00

13 lines
339 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
# Modern CLI framework with beautiful output
typer[all]==0.9.0 # Includes rich for colored terminal output