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

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

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

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