From 9f9751adbf56bf9475f773fc1ec1758f0fc68c7b Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Tue, 11 May 2021 18:22:11 +0100 Subject: [PATCH] Tweak layout for dependencies section This matches what we have in other repos [1][2]. [1]: https://github.com/alphagov/notifications-antivirus#to-update-application-dependencies [2]: https://github.com/alphagov/notifications-api#to-update-application-dependencies --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c59d3d2de..340752ca7 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,7 @@ npm run test-watch To run a specific JavaScript test, you'll need to copy the full command from `package.json`. -## Common tasks - -### Updating 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.