From 3cdd358fc8bec4b3d2b6e7751d2849691ff7292f Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 16 May 2023 11:41:35 -0700 Subject: [PATCH] Adds a note to bare metal upgrading about removing old dependencies --- docs/administration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/administration.md b/docs/administration.md index 46d6aaaaa..0f1a6a43f 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -148,6 +148,13 @@ following: $ pip install -r requirements.txt ``` + !!! note + + At times, some dependencies will be removed from requirements.txt. + Comparing the versions and removing no longer needed dependencies + will keep your system or virtual environment clean and prevent + possible conflicts. + 3. Migrate the database. ```shell-session