aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-06-06 13:01:24 +0530
committerGitHub <noreply@github.com>2023-06-06 13:01:24 +0530
commitf3fec65ef4c91f1225328da5f682c3ba8ea5f0ba (patch)
tree5e6be2c1d0313efb9ba8244b8546645a23132fdb /desktop/pyproject.toml
parentefaa5105e731fc7f8dd41162f7bee0e787ca2b16 (diff)
parentd6c732e20c5dac738462eb438272bfc053d844ce (diff)
downloadonionshare-f3fec65ef4c91f1225328da5f682c3ba8ea5f0ba.tar.gz
onionshare-f3fec65ef4c91f1225328da5f682c3ba8ea5f0ba.zip
Merge pull request #1677 from onionshare/update-deps
Update deps & switch to waitress for running flask servers
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 0096e50a..255cd73c 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -10,15 +10,15 @@ python = ">=3.8,<3.12"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.5.0"
qrcode = "*"
-werkzeug = "~2.0.3"
-python-gnupg = "^0.5.0"
+werkzeug = "*"
+python-gnupg = "*"
[tool.poetry.dev-dependencies]
click = "*"
black = "*"
-pytest = ">=7.2.0"
+pytest = "*"
pytest-faulthandler = "*"
-pytest-qt = ">=4.2.0"
+pytest-qt = "*"
cx_freeze = "*"
importlib-metadata = "*"