Skip to content

Instantly share code, notes, and snippets.

@mbelang
Created August 7, 2019 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbelang/67dbee8217164fd0fa57bdff52f29775 to your computer and use it in GitHub Desktop.
Save mbelang/67dbee8217164fd0fa57bdff52f29775 to your computer and use it in GitHub Desktop.
poetry pyproject.toml
[tool.poetry]
name = "airflow"
version = "0.0.0"
description = ""
authors = ["Somestuff <stuff@example.org>"]
[tool.poetry.dependencies]
python = "^3.7"
apache-airflow = { version = "1.10.4rc3", extras = [ "crypto", "postgres", "kubernetes", "google_auth" ] }
setuptools = "^40.0"
wheel = "^0.33.4"
pytz = "=2018.4"
pyOpenSSL = "^19.0"
ndg-httpsclient = "^0.5.1"
pyasn1 = "^0.4.5"
funcy = "^1.12"
arrow = "^0.14.3"
singer-python = "=5.5.1"
[tool.poetry.dev-dependencies]
pylama = "^7.7"
isort = "^4.3"
black = "19.3b0"
[tool.black]
exclude = '.vscode|.eggs|.venv'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment