✨ feat(cli): migrate build_season_schedule and compute_ratings to typer CLI
- add typer-based CLI to build_season_schedule.py for structured option handling - refactor compute_ratings.py to remove argparse and support typer CLI - improve typing and option descriptions in compute_ratings.py main function - add .gitignore entry for __pycache__ - add requirements.txt with dependencies for the project
This commit is contained in:
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
typer[all]==0.16.1
|
||||
pandas==2.3.2
|
||||
numpy==2.3.2
|
||||
beautifulsoup4==4.13.5
|
||||
requests==2.32.5
|
||||
Reference in New Issue
Block a user