Skip to content

Instantly share code, notes, and snippets.

@ChristianSauer
Created July 21, 2020 11:42
Show Gist options
  • Save ChristianSauer/2efa7392c4dda0c58976fddd1c17d417 to your computer and use it in GitHub Desktop.
Save ChristianSauer/2efa7392c4dda0c58976fddd1c17d417 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "bla"
version = "4.0.0"
description = ""
authors = []
[tool.poetry.dependencies]
typing_extensions = "^3.7.4"
[tool.poetry.dev-dependencies]
docstr-coverage = {git = "https://github.com/HunterMcGushion/docstr_coverage.git", rev = "3e737ae6bb0d6366b787a4b94d4e8c2ae6edb243"}
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment