summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: d747b27319f2d1fe2c1919400a3d7855bcf265c2 (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.8"
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"]