Skip to content

Instantly share code, notes, and snippets.

@OrangeTux
Created February 13, 2023 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OrangeTux/9b5269bc7070ed43e94f7ad9efb119e4 to your computer and use it in GitHub Desktop.
Save OrangeTux/9b5269bc7070ed43e94f7ad9efb119e4 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "issue"
version = "0.1.0"
description = ""
authors = ["Auke Oosterhoff <auke@orangetux.nl>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[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