deps: add twine so we can upload wheels

This commit is contained in:
bronsen 2026-02-19 22:29:22 +01:00
parent 1a5d552cfc
commit d2c91041b3
2 changed files with 369 additions and 0 deletions

View file

@ -54,6 +54,7 @@ dev = [
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.0.0",
"pytest-textual-snapshot>=1.0.0",
"twine>=6.2.0",
]
[build-system]