aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 7f2b787ea34a0f0c712c9b64d482d4c4e66cc232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "rwa-dbus"
version = "0.1.0"
description = "D-Bus service for RWA"
authors = ["Jonathan Weth <git@jonathanweth.de>"]
license = "GPL-2.0-or-later"

[tool.poetry.dependencies]
python = "^3.5"
dbus-python = "^1.2.16"
PyGObject = "^3.36.1"
port_for = "^0.4"
requests = "^2.24.0"
websockify = "^0.9.0"
psutil = "^5.7.2"
flask = "^1.1.2"

[tool.poetry.dev-dependencies]

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