Skip to content

Instantly share code, notes, and snippets.

@oyvinev
Last active February 28, 2023 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oyvinev/4df478d8dee2fbdce3128043d4666468 to your computer and use it in GitHub Desktop.
Save oyvinev/4df478d8dee2fbdce3128043d4666468 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "gpbuilder"
version = "1.0.0rc1"
description = ""
authors = [""]
license = "MIT"
readme = "README.md"
[tool.poetry.group.pyd4.dependencies]
pyd4 = { git = "https://github.com/dotinspace/d4-format.git", branch = "arm-docker", subdirectory = "pyd4" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment