aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 11:12:29 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 11:12:29 -0800
commit9566e34a0b844d210822d5b8d817f9ca6e6cb92f (patch)
tree28ebc64fd8c686c76c704054f855687f15ea36f3 /desktop/pyproject.toml
parent7b50d6ecb32b1f02b036445929a125353405353d (diff)
downloadonionshare-9566e34a0b844d210822d5b8d817f9ca6e6cb92f.tar.gz
onionshare-9566e34a0b844d210822d5b8d817f9ca6e6cb92f.zip
Update desktop poetry deps, and reduce python min version to 3.6 for snapcraft
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 71026f92..4c87cca8 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.9,<3.10"
+python = ">=3.6,<3.10"
onionshare_cli = {path = "../cli", develop = true}
PySide2 = "5.15.2"
qrcode = "*"