Files
baseball-db/requirements.txt
Anthony Correa 7ea5fd15df Refactor project structure and update configurations
- Renamed and deleted several Python modules
- Added new SQL and database scripts
- Updated `.vscode` and `requirements.txt` configurations
2025-08-27 08:33:51 -05:00

21 lines
276 B
Plaintext

# CLI and display
typer[all]
rich
# Database
sqlmodel
alembic
python-dotenv
# Data processing
python-dateutil
pandas # Optional but useful for data analysis
openpyxl # For Excel file support
# File parsing
toml
xlsx2csv
# Image generation (for calendar features)
pillow