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>
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
# Development / test dependencies. Install on top of requirements.txt:
|
|
# pip install -r requirements.txt -r requirements-dev.txt
|
|
pytest==7.4.0
|
|
pytest-cov==4.1.0
|