aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-09 07:20:25 -0700
committerMicah Lee <micah@micahflee.com>2022-10-09 07:20:25 -0700
commit3ac2053804df71cac88b21a9f288f1ce72ac0342 (patch)
treec9f94944ee349d232a2a004138d4831799616cc0 /desktop/pyproject.toml
parent1d59695189c2b0c16acca252ef13bbf431caa187 (diff)
downloadonionshare-3ac2053804df71cac88b21a9f288f1ce72ac0342.tar.gz
onionshare-3ac2053804df71cac88b21a9f288f1ce72ac0342.zip
Snapcraft: New strategy for snap
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 a55a2003..bb4ae5f6 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -10,7 +10,6 @@ python = ">=3.7,<3.11"
onionshare_cli = {path = "../cli", develop = true}
PySide2 = "5.15.2.1"
qrcode = "*"
-cx_freeze = "*"
werkzeug = "~2.0.3"
[tool.poetry.dev-dependencies]
@@ -19,6 +18,7 @@ black = "*"
pytest = "*"
pytest-faulthandler = "*"
pytest-qt = "*"
+cx_freeze = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]