Merge pull request #1935 from dotlambda/setuptools

add dependency setuptools
This commit is contained in:
mig5 2025-02-03 13:15:45 +11:00 committed by GitHub
commit 73a1c7e32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

2
desktop/poetry.lock generated
View File

@ -1920,4 +1920,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.10,<3.13" python-versions = ">=3.10,<3.13"
content-hash = "2ed3061ee14121fc686407cf1916d434162a75ecdfaa947ef4d17b5af11a4ea4" content-hash = "7b86244cb2cc4910b1b4a964815cc4142b1f7a3727c5399c05e046f6eeaab9b9"

View File

@ -12,6 +12,7 @@ PySide6 = "6.8.2"
qrcode = "*" qrcode = "*"
werkzeug = "*" werkzeug = "*"
python-gnupg = "*" python-gnupg = "*"
setuptools = "*"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
click = "*" click = "*"