mirror of
https://github.com/kuhyx/steam-backlog-enforcer.git
synced 2026-07-04 10:23:41 +02:00
- Move websockets after types-requests (alphabetical order for requirements-txt-fixer) - Add test for save_hltb_cache with all extras maps populated (covers _hltb_types.py:216-218) - Add test for _fetch_batch_confidence_only with truthy hp_key and pre-populated count_comp (covers hltb.py:82-83, 90->93) - Add test for count_comp_detail > 0 path in _apply_detail_to_extras (covers _hltb_detail.py:254) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
|
|
types-requests>=2.31.0
|
|
websockets>=12.0
|