Skip to content

Instantly share code, notes, and snippets.

@Natetronn
Created July 3, 2020 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Natetronn/55a22d921be54ee2c88d4006f05a8f16 to your computer and use it in GitHub Desktop.
Save Natetronn/55a22d921be54ee2c88d4006f05a8f16 to your computer and use it in GitHub Desktop.
poetry pyproject.toml
[tool.poetry]
name = "some name"
version = "0.1.0"
description = "some description"
authors = ["Your Name <you@example.com>"]
[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