This commit is contained in:
brusnitsyn
2026-06-10 16:53:03 +09:00
parent ff810e59bc
commit b5d1f61a82
9 changed files with 640 additions and 151 deletions

15
req.txt
View File

@@ -1,7 +1,8 @@
pandas
sqlalchemy
pymssql
psycopg2-binary
fastapi
uvicorn
python-dotenv
pandas==3.0.2
SQLAlchemy==2.0.49
pymssql==2.3.13
psycopg2-binary==2.9.11
fastapi==0.135.3
uvicorn==0.44.0
pydantic==2.12.5
python-dotenv>=1.0.0