Skip to content

Instantly share code, notes, and snippets.

@pawelrubin
Created December 9, 2020 14:11
Show Gist options
  • Save pawelrubin/c20a783832924952dc0c0b9fa88974f0 to your computer and use it in GitHub Desktop.
Save pawelrubin/c20a783832924952dc0c0b9fa88974f0 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test_poetry"
version = "0.1.0"
description = ""
authors = ["Paweł Rubin <prubin@vewd.com>"]
[tool.poetry.dependencies]
python = "^3.9"
example-pkg = { path = "./example_pkg", develop = true, extras = ["foo"] }
[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