build: Migrate to pyproject.toml

This commit is contained in:
2026-08-13 00:06:34 -05:00
parent 436bc2b23f
commit 7236953f82
2 changed files with 1 additions and 141 deletions

View File

@@ -51,7 +51,7 @@ exclude = ['doc']
[tool.hatch.metadata.hooks.tryton]
dependencies = [
'python-sql >= 1.4',
'python-sql >= 1.8',
'qrcode',
'requests',
]