Skip to content

Instantly share code, notes, and snippets.

@patrickmead
Created December 8, 2023 00:46
Show Gist options
  • Save patrickmead/73e65c904f2df23ea3b1bd14272bcd85 to your computer and use it in GitHub Desktop.
Save patrickmead/73e65c904f2df23ea3b1bd14272bcd85 to your computer and use it in GitHub Desktop.
pyproject.toml used to debug dependency management issue
[tool.poetry]
name = "count-inversions"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11 <3.12"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
black = "^23.11.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment