add dependency setuptools

It is needed for pkg_resources.
This commit is contained in:
Robert Schütz 2024-11-05 19:32:10 -08:00
parent 8102c15376
commit f94dbd4a17

View File

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