Skip to content

Instantly share code, notes, and snippets.

@danmur
Created January 23, 2019 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danmur/fe1b9685b8f6fa87fad4764be892f9f9 to your computer and use it in GitHub Desktop.
Save danmur/fe1b9685b8f6fa87fad4764be892f9f9 to your computer and use it in GitHub Desktop.
Error with poetry 0.12.11 / pip 19
[tool.poetry]
name = "testapp"
version = "0.1.0"
description = ""
authors = ["Daniel Murray <daniel@example.com>"]
[tool.poetry.dependencies]
python = "^2.7"
requests = "=2.18.3"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[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