Skip to content

Instantly share code, notes, and snippets.

@gabcoyne
Created March 9, 2022 21:02
Show Gist options
  • Save gabcoyne/027c6c1290916359f4bf59f3479cbc8c to your computer and use it in GitHub Desktop.
Save gabcoyne/027c6c1290916359f4bf59f3479cbc8c to your computer and use it in GitHub Desktop.
Event Driven Prefect pyproject.toml
[tool.poetry]
name = "flowrun-lambda"
version = "0.1.0"
description = ""
authors = ["George Coyne <@gabcoyne>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
prefect = "^0.15.3"
[tool.poetry.dev-dependencies]
black = "^21.7b0"
boto3 = "^1.18.57"
[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