Created
July 3, 2020 20:03
-
-
Save Natetronn/55a22d921be54ee2c88d4006f05a8f16 to your computer and use it in GitHub Desktop.
poetry 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 = "some name" | |
version = "0.1.0" | |
description = "some description" | |
authors = ["Your Name <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
pyqt5 = "5.15.0" | |
[tool.poetry.dev-dependencies] | |
[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