Skip to content

Commit

Permalink
feat: platform pis stage first prototype (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
javfg committed Sep 3, 2024
1 parent 9247f05 commit 5e8b3f9
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 49 deletions.
93 changes: 55 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 5 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ packages = [{ include = "ot_orchestration", from = "src" }]

[tool.poetry.dependencies]
python = "^3.10, <3.11"
apache-airflow = { extras = [
"apache-beam",
"async",
"celery",
"google",
"kubernetes",
"openlineage",
"postgres",
"sftp",
], version = "^2.9.2" }
apache-airflow-providers-google = "10.22.0"
apache-airflow = {extras = ["apache-beam","async","celery","google","kubernetes","openlineage","postgres","sftp"], version = "^2.9.2"}
apache-airflow-providers-google = "^10.22.0"
returns = {extras = ["compatible-mypy"], version = "^0.23.0"}
pydantic = "^2.7.4"
click = "^8.1.7"
pyyaml = "^6.0.1"
google = "^3.0.0"
pendulum = "^3.0.0"
Expand Down

0 comments on commit 5e8b3f9

Please sign in to comment.