first commit
This commit is contained in:
36
replication_service/requirements.txt
Normal file
36
replication_service/requirements.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
# Web Framework
|
||||
fastapi==0.135.2
|
||||
uvicorn==0.42.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.48
|
||||
psycopg2-binary==2.9.11
|
||||
pyodbc==5.3.0
|
||||
asyncpg==0.31.0
|
||||
|
||||
# ETL
|
||||
dlt==1.24.0
|
||||
|
||||
# Data Processing
|
||||
pandas==3.0.1
|
||||
numpy==2.4.4
|
||||
|
||||
# Settings & Validation
|
||||
pydantic==2.12.5
|
||||
pydantic-settings==2.13.1
|
||||
python-dotenv==1.2.2
|
||||
|
||||
# Scheduler
|
||||
apscheduler==3.11.2
|
||||
|
||||
# Utilities
|
||||
requests==2.33.0
|
||||
pyyaml==6.0.3
|
||||
tomlkit==0.14.0
|
||||
simplejson==3.20.2
|
||||
humanize==4.15.0
|
||||
pendulum==3.2.0
|
||||
pytz==2026.1.post1
|
||||
tenacity==9.1.4
|
||||
pathvalidate==3.3.1
|
||||
requirements-parser==0.13.0
|
||||
Reference in New Issue
Block a user