diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-17 12:57:03 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-18 13:12:23 +0200 |
| commit | b302ff4893cda11e6f281e326dbc750a899781ac (patch) | |
| tree | 55715cd54f4c8a53fbab9900e3e31b609638c223 /README.md | |
| parent | 2cb876249b30bd7768ad56dccb2693d32720d9b9 (diff) | |
Add requirements.txt and poetry export in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 +``` |
