Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mm-matthias/5d667d3c67387c4cd7cf336e4bc91e34 to your computer and use it in GitHub Desktop.
Save mm-matthias/5d667d3c67387c4cd7cf336e4bc91e34 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "my_api"
version = "0.1.1"
description = ""
authors = ["bla <bla@bla.com>"]
[tool.poetry.dependencies]
python = "^3.7"
moneymeets-specs = { git = "ssh://.../my-package.git", rev = "c2798ba79c77a4c2bfb54ffffffff" }
[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