feat: use uv (#59)

* feat: use uv
* fix make
This commit is contained in:
dni ⚡ 2025-09-04 07:57:33 +02:00 committed by GitHub
commit 7bdf7db2c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2324 additions and 3665 deletions

View file

@ -40,9 +40,9 @@ def boltcards_start():
__all__ = [
"db",
"boltcards_ext",
"boltcards_static_files",
"boltcards_start",
"boltcards_static_files",
"boltcards_stop",
"db",
]