Last active
July 10, 2020 09:06
-
-
Save brain4power/39ed5c49727e38ddf838231c4cc8c4c9 to your computer and use it in GitHub Desktop.
poetry
This file contains 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 = "my-project" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <you@example.com>"] | |
[tool.poetry.dependencies] | |
python = "~3.6" | |
pip = ">=20.1.1" | |
[build-system] | |
requires = ["poetry>=1.0.9"] | |
build-backend = "poetry.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment