Skip to content

Instantly share code, notes, and snippets.

@rominf
Created October 26, 2018 15:58
Show Gist options
  • Save rominf/78d3c7da0bd24af76287c73705276682 to your computer and use it in GitHub Desktop.
Save rominf/78d3c7da0bd24af76287c73705276682 to your computer and use it in GitHub Desktop.
Wrapt poetry bug
[tool.poetry]
name = "wrapt-poetry-bug"
version = "0.1.0"
description = "Project to show the bug in poetry"
authors = ["Roman Inflianskas <infroma@gmail.com>"]
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