Skip to content

Instantly share code, notes, and snippets.

View hintron's full-sized avatar

Michael Hinton hintron

View GitHub Profile
@hintron
hintron / gist:f9b5f04a0052602caa9bc8db052d6500
Created August 16, 2023 20:27
pyproject.toml - sanitized for poetry bug report
[tool.poetry]
name = "xxxxxxxxx"
version = "vvvvvvvvvv"
description = "yyyyyyyyyy"
authors = ["zzzzzzzzzz", "zzzzzzzzzz"]
[tool.poetry.dependencies]
python = "~3.10"
python_jsonschema_objects = "^0.4.1"
PyYAML = "^6.0.1"