Skip to content

Instantly share code, notes, and snippets.

@skewballfox
Created January 25, 2023 20:44
Show Gist options
  • Save skewballfox/c915f0c32acbec94c4ff5abe78b2091f to your computer and use it in GitHub Desktop.
Save skewballfox/c915f0c32acbec94c4ff5abe78b2091f to your computer and use it in GitHub Desktop.
the pyproject toml related to poetry bug report
[tool.poetry]
name = "foobar_py"
version = "0.1.0"
description = "Bla bla bla"
authors = ["alice","bob"]
readme = "ReadMe.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
pyfastnoisesimd = "^0.4.2"
pycimg = "^2.0.0"
PyGLM = "^2.7.0"
pyglm-typing = "^0.2.1"
noise = "^1.2.2"
tinyobjloader = "2.0.0rc7"
Pillow = "^9.4.0"
matplotlib = "^3.6.3"
scipy = "^1.10.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