mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-17 13:25:25 +00:00
19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
# Test dependencies for Masto-RSS bot
|
|
# Updated to latest versions (2025-12-12)
|
|
# Install with: pip install -r requirements-test.txt
|
|
|
|
# Base requirements
|
|
-r requirements.txt
|
|
|
|
# Testing framework
|
|
pytest==9.0.2
|
|
pytest-cov==6.0.0
|
|
pytest-mock==3.14.0
|
|
|
|
# Code quality
|
|
ruff==0.1.6
|
|
mypy==1.19.0
|
|
|
|
# Coverage reporting
|
|
coverage==7.6.12
|