mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
-r ../requirements.txt
|
|
|
|
# Coverage collection
|
|
Coverage ~= 7.5
|
|
|
|
# Test Runner
|
|
pytest ~= 8.1
|
|
pytest-cov ~= 5.0
|
|
|
|
# Static Type Checking
|
|
mypy ~= 1.9
|
|
typing_extensions ~= 4.11
|
|
lxml ~= 5.1
|