summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 732c4515802c09e4347db6abed3850c4723ae26a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "PyGObject"
version = "3.45.0"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]

[tool.poetry.dependencies]
python = "^3.7"
pycairo = "^1.16"

[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
flake8 = "^3.9.1"
Sphinx = "^3.5.4|^4.2.0"
sphinx-rtd-theme = "^0.5.2|^1.0.0"
coverage = "^6.3.2"

[build-system]
requires = ["setuptools", "wheel", "pycairo"]