aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-06 11:35:01 -0800
committerMicah Lee <micah@micahflee.com>2022-03-06 11:35:01 -0800
commitb068e8385289d5363ea96e5614a48e0cd388bc55 (patch)
tree488ee0f04b1832ce76c1fd7cc4abc7f707f5cdfa /desktop/pyproject.toml
parentc6e0aafc1d35c545446742f01982a9579be7cfaa (diff)
downloadonionshare-b068e8385289d5363ea96e5614a48e0cd388bc55.tar.gz
onionshare-b068e8385289d5363ea96e5614a48e0cd388bc55.zip
Update flask to 2.0.3, flask-socketio to 5.1.1, update socketio js, and the rest of the pip deps
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 4c87cca8..6c77e4cf 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.6,<3.10"
+python = ">=3.6.2,<3.10"
onionshare_cli = {path = "../cli", develop = true}
PySide2 = "5.15.2"
qrcode = "*"