diff options
| author | Yuval Adam <_@yuv.al> | 2024-10-27 21:03:57 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-10-27 21:03:57 +0100 |
| commit | 44eba38162b67718399ba30bdbfc8cb52bd55c78 (patch) | |
| tree | bc8133c3df09e9d465d1b047cf5ffab7b35e7d79 /README.md | |
| parent | 17ddd2154e3de6fa7ea12b16d8352b98252b314d (diff) | |
Lock requirements.txt
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
