Skip to content

Instantly share code, notes, and snippets.

@josh-gree
Last active April 26, 2022 12:24
Show Gist options
  • Save josh-gree/47c45405065821b21043be05bcbcf8b2 to your computer and use it in GitHub Desktop.
Save josh-gree/47c45405065821b21043be05bcbcf8b2 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "prefect-flows"
version = "0.1.0"
description = ""
authors = ["josh-gree <blah>"]
packages = [
{include = "flows"}
]
[tool.poetry.dependencies]
python = "3.9.9"
prefect = {extras = ["google", "kubernetes"], version = "^1.1.0"}
dbt-bigquery = "^1.0.0"
MarkupSafe = "2.0.1"
[tool.poetry.dev-dependencies]
doit = "^0.34.2"
black = "^22.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment