Skip to content

Instantly share code, notes, and snippets.

@jwheeler31
Created December 17, 2020 20:20
Show Gist options
  • Save jwheeler31/e258875328a04c001af2bea92e68dfcb to your computer and use it in GitHub Desktop.
Save jwheeler31/e258875328a04c001af2bea92e68dfcb to your computer and use it in GitHub Desktop.
Gist for GitHub Issue - Incorrect Dependency Resolution
[tool.poetry]
name = "failing-poetry-isort"
version = "0.1.0"
description = ""
authors = ["Josh Wheeler <joshwheeler33@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
wemake-python-styleguide = "^0.14.1"
[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