mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-13 03:26:55 +08:00
14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
-r ../requirements.txt
|
|
|
|
# Coverage collection
|
|
Coverage >= 7.4
|
|
|
|
# Test Runner
|
|
pytest >= 7.4.0
|
|
pytest-cov >= 4.1.0
|
|
|
|
# Static Type Checking
|
|
mypy >= 1.8.0
|
|
typing_extensions >= 4.9.0
|
|
lxml >= 5.0
|