Initial commit: project structure and configuration

This commit is contained in:
2026-02-02 21:30:24 +00:00
parent 63ebefd43d
commit f82e58de76

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
click>=8.0
requests>=2.31
beautifulsoup4>=4.12
rich>=13.0
tomli>=2.0; python_version < '3.11'
tomllib>=1.0; python_version >= '3.11'
packaging>=23.0
requests-cache>=1.0
pytest>=7.4
pytest-cov>=4.1
pytest-mock>=3.11