Initial commit: project structure and configuration
This commit is contained in:
11
requirements.txt
Normal file
11
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user