summaryrefslogtreecommitdiffstats
path: root/share/extensions/other/clipart/pyproject.toml
blob: fd36dc65e8ab5e0eb97688af3477a2f893b0b847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "import-web-image"
version = "1.0.0"
description = "A GTK3 based web image importer."
authors = ["Martin Owens <doctormo@geek-2.com>"]
maintainers = ["Martin Owens <doctormo@geek-2.com>"]
license = "GPL-3.0-or-later"

# The dependencies below are NOT used for packaging, they are abstract.
# They are merely for packagers' convenience and are used in CI for extensions.
[tool.poetry.dependencies]
python = ">=3.7"
appdirs = "1.4.4"
requests = "*"
CacheControl = {extras = ["filecache"], version = "*"}

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"