Skip to content

Instantly share code, notes, and snippets.

@steve-marmalade
Created March 19, 2023 20:12
Show Gist options
  • Save steve-marmalade/334e19b106f607d9fe6126ebb95aa32e to your computer and use it in GitHub Desktop.
Save steve-marmalade/334e19b106f607d9fe6126ebb95aa32e to your computer and use it in GitHub Desktop.
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"
[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