From 1c520b11bc8b1e17d4a5d5aecc9b08b08a0c2733 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Oct 2020 12:32:07 +0200 Subject: [PATCH] Add dependencies docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0ab626c..a9285c2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ $ poetry install $ poetry run dropship ``` +### Updating dependencies + +- Change the bounds/versions/etc. in the [pyproject.toml](./pyproject.toml) +- Run `poetry update` +- Commit and push your changes + +The [poetry.lock](./poetry.lock) file helps us all get the same dependencies. + ### Adding a Github Mirror We use a Github mirror so we can have a [gratis automated release build](./.travis.yml).