mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 19:16:57 +08:00
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
-r ../requirements.txt
|
|
|
|
# Coverage collection
|
|
Coverage ~= 7.11
|
|
|
|
# Test Runner
|
|
pytest ~= 8.4
|
|
pytest-cov ~= 7.0
|
|
|
|
# Static Type Checking
|
|
mypy[reports] ~= 1.18
|
|
typing_extensions ~= 4.15
|
|
lxml ~= 6.0
|