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

[tool.poetry.dev-dependencies]
sphinx = "^3.0"
sphinx-autodoc-typehints = "^1.7"

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