Skip to content

Instantly share code, notes, and snippets.

@cro
Created April 11, 2022 22:01
Show Gist options
  • Save cro/62d32d67a78eca29fb26872000ea3502 to your computer and use it in GitHub Desktop.
Save cro/62d32d67a78eca29fb26872000ea3502 to your computer and use it in GitHub Desktop.
Pyproject.toml demonstrating poetry issue
[tool.poetry]
name = "testpkg"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
salt = "^3004.1"
[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