Skip to content

Instantly share code, notes, and snippets.

View mbelang's full-sized avatar

Maxime Belanger mbelang

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mbelang on github.
  • I am maximebelanger (https://keybase.io/maximebelanger) on keybase.
  • I have a public key ASDlzDtmYugTgO1u7W6CL5p47-9e41aPM6YY0i53sa3tewo To claim this, I am signing this object:
{
  "body": {
    "key": {
@mbelang
mbelang / pyproject.toml
Created August 7, 2019 11:46
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"