A
4a911f02bc
requirements.txt is now runtime-only (Flask/cryptography/pymongo/pyyaml) so the Pi/Termux installers no longer pull pytest into production. Test tools move to requirements-dev.txt; README testing step installs both. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
# Runtime dependencies. Dev/test tools are in requirements-dev.txt; optional
|
|
# SAIP profile generation deps are in requirements-saip.txt.
|
|
Flask==3.0.0
|
|
cryptography==41.0.7
|
|
pymongo==4.6.0
|
|
pyyaml==6.0.1
|