From b302ff4893cda11e6f281e326dbc750a899781ac Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 17 May 2024 12:57:03 +0200 Subject: Add requirements.txt and poetry export in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 263bf1e..34d4406 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,9 @@ Other commands are accessible via: ```bash $ poetry run cli ``` + +Netlify build requires an updated `requirements.txt` file, if dependencies have changed, run: + +```bash +$ poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt +``` -- cgit v1.3.1