13 lines
339 B
Plaintext
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
|