aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
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 = "*"