summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 8dae0503b1b48480bc73e829f9e9bd9ff5824133 (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.43.0"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]

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

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

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