mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-01 15:58:43 -04:00
Update to use python 3.12 and pyside 6.8.2
This commit is contained in:
parent
4908d8d0f2
commit
f6af3f0c5f
4 changed files with 322 additions and 53 deletions
|
@ -6,14 +6,14 @@ authors = ["Micah Lee <micah@micahflee.com>"]
|
|||
license = "GPLv3+"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.12"
|
||||
python = ">=3.10,<3.13"
|
||||
onionshare_cli = {path = "../cli", develop = true}
|
||||
PySide6 = "6.5.2"
|
||||
PySide6 = "6.8.2"
|
||||
qrcode = "*"
|
||||
werkzeug = "*"
|
||||
python-gnupg = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
click = "*"
|
||||
black = "*"
|
||||
pytest = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue