Skip to content

Instantly share code, notes, and snippets.

@sam-willis
Created October 8, 2020 15:01
Show Gist options
  • Save sam-willis/dd4a81fa2f1e608ac05441ed2fb6bb1a to your computer and use it in GitHub Desktop.
Save sam-willis/dd4a81fa2f1e608ac05441ed2fb6bb1a to your computer and use it in GitHub Desktop.
example pyproject.toml
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Samuel Willis <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
test_path_dep = {path = "test_path"}
[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