aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 16:41:07 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 16:41:07 -0800
commit8689cd87d711e5f2a002d8f8b07160177db08af3 (patch)
tree56fb359bdee59a25d1470d211390c4275a81acba /cli/pyproject.toml
parenta346e52bebe8cd3e8e54f1c471ed3576f6f1daa2 (diff)
downloadonionshare-8689cd87d711e5f2a002d8f8b07160177db08af3.tar.gz
onionshare-8689cd87d711e5f2a002d8f8b07160177db08af3.zip
Change minimum Python version to 3.8, and update all poetry deps
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index d0f311b3..60da3ed5 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
]
[tool.poetry.dependencies]
-python = "^3.7"
+python = ">=3.8,<3.11"
click = "*"
flask = "2.0.3"
flask-socketio = "5.3.1"