Окружение для разработчика

This commit is contained in:
2025-10-15 10:25:35 +03:00
parent 772804bda0
commit a336682ed2
9 changed files with 2386 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
[project]
name = "airflow-greenplum"
version = "0.1.0"
requires-python = ">=3.11,<3.12"
dependencies = []
[dependency-groups]
dev = [
"apache-airflow==2.9.2",
"apache-airflow-providers-postgres==5.11.1",
"black==24.4.2",
"isort>=7.0.0",
"pandas==2.1.4",
"psycopg2-binary==2.9.9",
"pytest==7.4.4",
]