Created
November 9, 2019 11:31
-
-
Save MaineTim/aceb037b44cff276d9b6f44a710bb560 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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