Skip to content

Instantly share code, notes, and snippets.

@MaineTim
Created November 9, 2019 11:31
Show Gist options
  • Save MaineTim/aceb037b44cff276d9b6f44a710bb560 to your computer and use it in GitHub Desktop.
Save MaineTim/aceb037b44cff276d9b6f44a710bb560 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "tc_py"
version = "0.1.0"
description = ""
authors = ["Tim <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
black = {version = "^19.10b0",allow-prereleases = true}
flake8 = "^3.7"
profilehooks = "^1.11"
pytest = "^5.2"
[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