aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 204dc99af9f12723cfe2aff1eb12987c4d080ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"
argparse = "^1.0.10"

[tool.poetry.dev-dependencies]

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