Skip to content

Instantly share code, notes, and snippets.

View p-wojciechowski's full-sized avatar

Pawel Wojciechowski p-wojciechowski

  • Warsaw, Poland
View GitHub Profile
@p-wojciechowski
p-wojciechowski / pyproject.toml
Created September 8, 2022 05:51
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"