aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-05-22 20:19:18 -0700
committerMicah Lee <micah@micahflee.com>2023-05-22 20:19:18 -0700
commit50aa3a34b6697eb2d14d41ac67143cc268c6bfc5 (patch)
treea3a6e11bdb099fa250741fb72c37c9fbc927ad6a /desktop/pyproject.toml
parent8b33dc69f3d3c1f6c5f429fdb06e38b5c28f238a (diff)
downloadonionshare-50aa3a34b6697eb2d14d41ac67143cc268c6bfc5.tar.gz
onionshare-50aa3a34b6697eb2d14d41ac67143cc268c6bfc5.zip
Update all dependencies
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 bea97ccc..6725697d 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -10,15 +10,15 @@ python = ">=3.8,<3.11"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.4.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 = "*"