Skip to content

Instantly share code, notes, and snippets.

@andreareina
Created September 2, 2022 07:15
Show Gist options
  • Save andreareina/03b937a2789e82b68d45d53467224f7e to your computer and use it in GitHub Desktop.
Save andreareina/03b937a2789e82b68d45d53467224f7e to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-repro"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
bottle = "^0.12.23"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[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