Skip to content

Instantly share code, notes, and snippets.

@novas0x2a
Last active March 23, 2023 20:55
Show Gist options
  • Save novas0x2a/0d5287f7774d2833848dc1d6dae6beb5 to your computer and use it in GitHub Desktop.
Save novas0x2a/0d5287f7774d2833848dc1d6dae6beb5 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test-poetry"
version = "0.1.0"
description = ""
authors = ["Bob <bob@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
six = "*"
[tool.poetry.group.mygroup.dependencies]
[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