mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-03 16:58:48 -04:00
Change minimum Python version to 3.8, and update all poetry deps
This commit is contained in:
parent
a346e52beb
commit
8689cd87d7
5 changed files with 1418 additions and 1285 deletions
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue