aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 16:41:07 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 16:41:07 -0800
commit8689cd87d711e5f2a002d8f8b07160177db08af3 (patch)
tree56fb359bdee59a25d1470d211390c4275a81acba /desktop/pyproject.toml
parenta346e52bebe8cd3e8e54f1c471ed3576f6f1daa2 (diff)
downloadonionshare-8689cd87d711e5f2a002d8f8b07160177db08af3.tar.gz
onionshare-8689cd87d711e5f2a002d8f8b07160177db08af3.zip
Change minimum Python version to 3.8, and update all poetry deps
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 6d4957a4..071f0fbc 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
[tool.poetry.dependencies]
-python = ">=3.7,<3.11"
+python = ">=3.8,<3.11"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.4.0"
qrcode = "*"