aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-20 16:55:07 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-20 16:55:07 +0200
commit79f419d79c50ddca09209404d0cbc2d3b4f33429 (patch)
tree8c307b61b22a246b93257b9aea56991c4e57bbd4 /pyproject.toml
parentd7dd6a69cdd55439e19a5d6f1bcc2f241e608710 (diff)
downloadRWA.Support.SessionService-79f419d79c50ddca09209404d0cbc2d3b4f33429.tar.gz
RWA.Support.SessionService-79f419d79c50ddca09209404d0cbc2d3b4f33429.tar.bz2
RWA.Support.SessionService-79f419d79c50ddca09209404d0cbc2d3b4f33429.zip
Implement basic session daemon
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8fffb40..acdfc6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,6 +7,12 @@ 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"
[tool.poetry.dev-dependencies]