mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
# Test-only dependencies — install alongside requirements.txt in CI and local dev
|
|
# pip install -r requirements.txt -r requirements-test.txt
|
|
|
|
pytest>=7.4
|
|
pytest-cov>=4.1
|
|
pytest-mock>=3.11
|
|
coverage[toml]>=7.3
|
|
vulture>=2.10
|