From b8704edddd9930de016641704acb7da82c20ce30 Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 3 Dec 2025 19:48:06 +0100 Subject: [PATCH] docs: clean old references, we don't maintain requirements.txt here --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 68549a3..3caee51 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ uv run flask db upgrade uv run flask run --debug ``` -`uv` pins dependencies in `uv.lock` (exported to `requirements.txt` for compatibility). If you prefer `pip`, you can still do `python -m venv .venv && source .venv/bin/activate` followed by `pip install -r requirements.txt`. - The SQLite database file is stored in the `instance/` directory (it remains outside of version control by default). ## Configuration