Skip to content

Instantly share code, notes, and snippets.

@gragib
Created November 14, 2020 01:34
Show Gist options
  • Save gragib/07f146d5b0c978674376c2e1d63edd79 to your computer and use it in GitHub Desktop.
Save gragib/07f146d5b0c978674376c2e1d63edd79 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["None <none@example.com>"]
[tool.poetry.dependencies]
python = "3.7"
slash = "*"
[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