Skip to content

Instantly share code, notes, and snippets.

@p-wojciechowski
Created September 8, 2022 05:51
Show Gist options
  • Save p-wojciechowski/8d62ccc5be6cae63ac9e9079df091ec8 to your computer and use it in GitHub Desktop.
Save p-wojciechowski/8d62ccc5be6cae63ac9e9079df091ec8 to your computer and use it in GitHub Desktop.
pyproject.toml with problem
[tool.poetry]
name = "example"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
opencv-python = "4.5.5.62"
[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