Skip to content

Instantly share code, notes, and snippets.

@xrogaan
Created February 20, 2021 02:19
Show Gist options
  • Save xrogaan/105b9e191c6a1e53f62b0d330e4ac4d3 to your computer and use it in GitHub Desktop.
Save xrogaan/105b9e191c6a1e53f62b0d330e4ac4d3 to your computer and use it in GitHub Desktop.
pyproject.toml
[build-system]
requires = [
"setuptools",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.poetry]
name = "testproject"
version = "0.1.0"
description = ""
authors = ["testauthor <test@example.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
pygobject = "~=3.38"
pyyaml = "~=5.4"
[tool.poetry.dev-dependencies]
python-language-server = {extras = ["pycodestyle", "pydocstyle", "rope", "yapf"], version = "^0.36.2"}
flake8 = "^3.8.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment