]> git.ipfire.org Git - thirdparty/lldpd.git/blob - pyproject.toml
release: 1.0.18
[thirdparty/lldpd.git] / pyproject.toml
1 [tool.poetry]
2 name = "lldpd-website"
3 version = "0.0.0"
4 description = "lldpd's website"
5 authors = ["Vincent Bernat <vincent@bernat.ch>"]
6
7 [tool.poetry.dependencies]
8 python = "^3.9"
9 Pillow = "9.*"
10 pyquery = "1.4.*"
11 python-dateutil = ">=2.8"
12 hyde = {git = "https://github.com/vincentbernat/hyde", rev = "vbe/master"}
13
14 [tool.poetry.dev-dependencies]
15
16 [build-system]
17 requires = ["poetry-core>=1.0.0"]
18 build-backend = "poetry.core.masonry.api"