dayrize-usecase/pipeline/beam_etl/pyproject.toml

8 lines
168 B
TOML
Raw Normal View History

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