mirror of
https://github.com/kuhyx/steam-backlog-enforcer.git
synced 2026-07-04 15:23:05 +02:00
21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
# Steam Backlog Enforcer — runtime + development dependencies
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
bandit>=1.7.0
|
|
codespell>=2.2.0
|
|
coverage>=7.4.0
|
|
howlongtobeatpy>=1.0
|
|
mypy>=1.8.0
|
|
pre-commit>=3.6.0
|
|
pylint>=3.0.0
|
|
pytest>=8.0.0
|
|
pytest-cov>=4.1.0
|
|
pytest-randomly>=3.15.0
|
|
pytest-sugar>=1.0.0
|
|
pytest-timeout>=2.2.0
|
|
pytest-xdist>=3.5.0
|
|
requests>=2.0
|
|
ruff>=0.8.0
|
|
websockets>=12.0
|
|
types-requests>=2.31.0
|