Last active
March 11, 2020 14:10
-
-
Save leibowitz/ac9f42e0b3925ca7d01f81e26f3bb292 to your computer and use it in GitHub Desktop.
pyproject.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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