- Renamed and deleted several Python modules - Added new SQL and database scripts - Updated `.vscode` and `requirements.txt` configurations
21 lines
276 B
Plaintext
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
|