# Appendix G — Python dependencies for the book's code assets
# Core evaluation and graph processing
rapidfuzz>=3.6          # fuzzy-logic evaluators (Chapters 12, 15)
networkx>=3.2           # semantic graph processor (Sections 12.3, 14.4)
pydantic>=2.5           # payload validation for API templates

# Appendix E service and client templates
fastapi>=0.110          # data spine exposure service skeleton
uvicorn>=0.27           # ASGI server for local runs
requests>=2.31          # extraction clients (Signavio, LeanIX, WalkMe)

# SAP BTP connectivity
hdbcli>=2.19            # SAP HANA Cloud driver for the spine tables
# cfenv>=0.5            # optional: Cloud Foundry service binding parsing
# sap-xssec>=4.0        # optional: XSUAA JWT validation on BTP

# Analytics and data preparation
pandas>=2.1             # adoption signal aggregation (Chapter 8)
