Skip to content

Instantly share code, notes, and snippets.

@abompard
Created March 16, 2022 14:11
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 abompard/d6bea4157194c3d3d48bb992e2cdba76 to your computer and use it in GitHub Desktop.
Save abompard/d6bea4157194c3d3d48bb992e2cdba76 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Aurélien Bompard <aurelien@bompard.org>"]
[tool.poetry.dependencies]
python = "^3.10"
libcomps = ">=0.1.18"
[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