Convert scripts to use Typer and add requirements.txt
- Replaced argparse with Typer for CLI argument parsing in both scripts - Updated function signatures and calls accordingly in build_season_schedule.py and compute_ratings.py - Added requirements.txt listing dependencies including typer[all], pandas, numpy, etc.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/*.csv
|
||||
/*.numbers
|
||||
/*.numbers
|
||||
**/__pycache__
|
||||
Reference in New Issue
Block a user