aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 19c48e6c962769ba34fd69137a81bcf36bec113d (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
27
28
29
30
[tool.poetry]
name = "RWA.Support.SessionService"
version = "0.1.0"
description = "D-Bus service for RWA"
authors = [
    "Mike Gabriel <mike.gabriel@das-netzwerkteam.de>",
    "Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>",
    "Jonathan Weth <dev@jonathanweth.de>"
]
license = "GPL-2.0-or-later"

[tool.poetry.dependencies]
python = "^3.7"
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"