mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
-r ../requirements.txt
|
|
|
|
# Coverage collection
|
|
Coverage ~= 7.10
|
|
|
|
# Test Runner
|
|
pytest ~= 8.4
|
|
pytest-cov ~= 6.2
|
|
|
|
# Static Type Checking
|
|
mypy ~= 1.17
|
|
typing_extensions ~= 4.15
|
|
lxml ~= 6.0
|