Change minimum Python version to 3.8, and update all poetry deps

This commit is contained in:
Micah Lee 2023-02-05 16:41:07 -08:00
parent a346e52beb
commit 8689cd87d7
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 1418 additions and 1285 deletions

View file

@ -6,7 +6,7 @@ authors = ["Micah Lee <micah@micahflee.com>"]
license = "GPLv3+"
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.8,<3.11"
onionshare_cli = {path = "../cli", develop = true}
PySide6 = "6.4.0"
qrcode = "*"