Created
November 20, 2018 21:54
-
-
Save eblume/b802be1738c206e64501fe68d34f5f19 to your computer and use it in GitHub Desktop.
Example poetry version issue
This file contains 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 = "poetry_example" | |
version = "0.1.0" | |
description = "" | |
authors = ["Erich Blume <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
apsw = "^3.9" | |
[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