Skip to content

Instantly share code, notes, and snippets.

@AzMoo
Created February 20, 2019 00:24
Show Gist options
  • Save AzMoo/f5a5a115c7e10db6efab89e4397b7dfc to your computer and use it in GitHub Desktop.
Save AzMoo/f5a5a115c7e10db6efab89e4397b7dfc to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["AzMoo"]
[tool.poetry.dependencies]
python = "^3.7"
cairocffi = "^1.0"
[tool.poetry.dev-dependencies]
[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