Created
October 26, 2018 15:58
-
-
Save rominf/78d3c7da0bd24af76287c73705276682 to your computer and use it in GitHub Desktop.
Wrapt poetry bug
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 = "wrapt-poetry-bug" | |
version = "0.1.0" | |
description = "Project to show the bug in poetry" | |
authors = ["Roman Inflianskas <[email protected]>"] | |
license = "Apache-2.0" | |
[tool.poetry.dependencies] | |
python = "*" | |
wrapt = {git = "https://github.com/rominf/wrapt.git"} | |
[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