Skip to content

Instantly share code, notes, and snippets.

@leibowitz
Last active March 11, 2020 14:10
Show Gist options
  • Save leibowitz/ac9f42e0b3925ca7d01f81e26f3bb292 to your computer and use it in GitHub Desktop.
Save leibowitz/ac9f42e0b3925ca7d01f81e26f3bb292 to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "myproject"
version = "0.0.1"
description = ""
authors = []
[tool.poetry.dependencies]
django-moneyfield = {git = "https://github.com/dangerfarms/django-moneyfield.git"}
[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