From 44eba38162b67718399ba30bdbfc8cb52bd55c78 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Oct 2024 21:03:57 +0100 Subject: Lock requirements.txt --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7528e36..3fd7ed4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ Built in Python using [Skyfield](https://rhodesmill.org/skyfield/) and [FastAPI] ## Dev ```bash -$ pipenv sync -d -$ pipenv run pre-commit install -$ pipenv run server +$ uv ``` + +Lock requirements prior to deploy: + +```bash +$ uv pip compile pyproject.toml -o requirements.txt +``` \ No newline at end of file -- cgit v1.3.1