aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2023-02-21 10:46:34 +0000
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2023-02-21 10:46:34 +0000
commitf1e0aed3d53e0178c6b9355e0e6eae18aa6d1837 (patch)
tree3953d2f118ec7213514327f9c2ac19a47d23c168 /pyproject.toml
parentd93aba1c45c8c557282d00d5bceb27161f47955c (diff)
parent22bf2d509fe5f3287bfb32f011fd01eb182b94f1 (diff)
downloadRWA.Support.SessionService-f1e0aed3d53e0178c6b9355e0e6eae18aa6d1837.tar.gz
RWA.Support.SessionService-f1e0aed3d53e0178c6b9355e0e6eae18aa6d1837.tar.bz2
RWA.Support.SessionService-f1e0aed3d53e0178c6b9355e0e6eae18aa6d1837.zip
Merge branch 'update/poetry' into 'master'
Update poetry.lock See merge request remotewebapp/rwa.support.sessionservice!15
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0e99464..e388a2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,14 +14,14 @@ packages = [
include = ["README.rst", "LICENCE", "org.ArcticaProject.RWASupportSessionService.service", "docs/*", "docs/*/**"]
[tool.poetry.dependencies]
-python = "^3.7"
+python = "^3.9"
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"
+flask = "^2.0.1"
argparse = "^1.0.10"
usersettings = "^1.1.5"
click = "^8.0.1"