This commit is contained in:
Yaojia Wang
2026-01-27 00:47:10 +01:00
parent e83a0cae36
commit 58bf75db68
141 changed files with 24814 additions and 3884 deletions

View File

@@ -21,3 +21,7 @@ pyyaml>=6.0 # YAML config files
# Utilities
tqdm>=4.65.0 # Progress bars
python-dotenv>=1.0.0 # Environment variable management
# Database
psycopg2-binary>=2.9.0 # PostgreSQL driver
sqlmodel>=0.0.22 # SQLModel ORM (SQLAlchemy + Pydantic)