Migrate dependency management to uv

Replace requirements.txt with pyproject.toml (direct deps only; uv
resolves the rest into uv.lock). Point the systemd unit at the
uv-managed .venv, and gitignore it.

Run `uv lock` to generate the lockfile and commit it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Tom Flux
2026-06-23 19:55:42 +01:00
co-authored by Claude Opus 4.8
parent ce61a0a86f
commit f42238344b
4 changed files with 19 additions and 32 deletions
+1
View File
@@ -1,4 +1,5 @@
venv/
.venv/
db.sqlite3
__pycache__/
*.pyc