From c03647fb4b9d6af6a6a3193d6d9a357f7aae7823 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Wed, 29 Dec 2021 14:59:38 +0000 Subject: [PATCH] Centralise documentation for updating dependencies This follows the convention established in [1]. [1]: https://github.com/alphagov/notifications-antivirus/pull/83 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index af7a5d7e1..fdd0efc57 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,6 @@ make bootstrap make test ``` -## To update application dependencies - -## To update application dependencies - -`requirements.txt` is generated from the `requirements.in` in order to pin versions of all nested dependencies. If `requirements.in` has been changed, run `make freeze-requirements` to regenerate it. - ## To run one off tasks Tasks are run through the `flask` command - run `flask --help` for more information. There are two sections we need to @@ -117,3 +111,4 @@ All commands and command options have a --help command if you need more informat ## Further documentation - [Writing public APIs](docs/writing-public-apis.md) +- [Updating dependencies](https://github.com/alphagov/notifications-manuals/wiki/Dependencies)