Push Tracker
ria-ran--sim-drop/requirements-dev.txt
A ashkan@beigi.net 4a911f02bc Split dev deps out of requirements.txt
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>
2026-07-02 02:54:24 +00:00

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