Skip to content

Instantly share code, notes, and snippets.

@finswimmer
Created September 18, 2019 06:44
Show Gist options
  • Save finswimmer/d5e9cd7d6a0668313d4ec757baf60fea to your computer and use it in GitHub Desktop.
Save finswimmer/d5e9cd7d6a0668313d4ec757baf60fea to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "issue"
version = "0.1.0"
description = ""
authors = ["Fin Swimmer"]
exclude = ["issue/exclude_me.py"]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[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