# cenpie-agent-kit · field manual companion code
# Minimal dependency set; everything else is stdlib.

# Stats and probability (used by trust_engine for Beta distributions)
scipy>=1.10
numpy>=1.24

# Cryptographic signing for capability tokens (trust_engine)
PyNaCl>=1.5

# Test runner
pytest>=7.0
