Skip to content

Instantly share code, notes, and snippets.

View steve-marmalade's full-sized avatar

Steve McClain steve-marmalade

View GitHub Profile
@steve-marmalade
steve-marmalade / pyproject.toml
Created March 19, 2023 20:12
Unable to add `debugpy` as a dependency
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Steve McClain <[email protected]>"]
readme = "README.md"
packages = [{include = "poetry_test"}]
[tool.poetry.dependencies]
python = "^3.11"