Skip to content

Instantly share code, notes, and snippets.

@bersace
Created March 15, 2022 16:59
Show Gist options
  • Save bersace/a47c5700262c731007a3f7b3c64695bb to your computer and use it in GitHub Desktop.
Save bersace/a47c5700262c731007a3f7b3c64695bb to your computer and use it in GitHub Desktop.
Poetry fails to resolve flake8 for Python 2.7
[tool.poetry]
name = "poetrydeps"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^2.7"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment