From 9566e34a0b844d210822d5b8d817f9ca6e6cb92f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 17 Jan 2022 11:12:29 -0800 Subject: Update desktop poetry deps, and reduce python min version to 3.6 for snapcraft --- desktop/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/pyproject.toml') 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 "] 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 = "*" -- cgit v1.2.3-54-g00ecf