dayrize-usecase/etl/pyproject.toml

8 lines
187 B
TOML
Raw Normal View History

2023-06-21 19:11:17 +02:00
[project]
name = "beam_etl"
version = "0.1"
2023-06-26 11:53:40 +02:00
dependencies = ["wheel", "apache-beam[gcp]", "pandas", "psycopg2-binary"]
2023-06-21 19:11:17 +02:00
[project.optional-dependencies]
dev = ["pytest", "pylint", "black"]