Первоначальная реализация

This commit is contained in:
2025-10-19 19:59:28 +03:00
parent a493750341
commit 48911d7f62
15 changed files with 1479 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Core packages for Airflow
psycopg2-binary==2.9.7
pandas==2.1.4
numpy==1.24.3
# Additional packages for data processing
openpyxl==3.1.2
xlrd==2.0.1
python-dateutil==2.8.2
# For additional operators (if needed)
apache-airflow-providers-postgres==8.5.1
apache-airflow-providers-common-sql==1.13.0