Skip to content

Instantly share code, notes, and snippets.

@Dragas
Created February 10, 2022 10:27
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 Dragas/10cc26ed3b38b60bdae8c5e995f30db5 to your computer and use it in GitHub Desktop.
Save Dragas/10cc26ed3b38b60bdae8c5e995f30db5 to your computer and use it in GitHub Desktop.
poetry project
[tool.poetry]
name = "tools"
version = "0.1.0"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment