diff options
author | Sarabraj Singh <sarsingh@redhat.com> | 2021-06-30 20:46:45 +0200 |
---|---|---|
committer | Sarabraj Singh <sarsingh@redhat.com> | 2021-06-30 23:10:40 +0200 |
commit | 46cd62f3f0af706d454b3ae6b2de107606bd7b95 (patch) | |
tree | d213c6f78ef5aa7008a1710939d41eaff4fbf10f /requirements/README.md | |
parent | Merge pull request #10422 from AlanCoding/quay_default (diff) | |
download | awx-46cd62f3f0af706d454b3ae6b2de107606bd7b95.tar.xz awx-46cd62f3f0af706d454b3ae6b2de107606bd7b95.zip |
bumped django version to 2.2.20 in devel
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements/README.md b/requirements/README.md index f1a1ac272f..b026c20aa7 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -16,6 +16,12 @@ then run the script: NOTE: `./updater.sh` uses /usr/bin/python3.6, to match the current python version (3.6) used to build releases. +##### Note - watch out for the updater script, using paths local to your machine instead of generalized paths; ie +```bash + # via -r /awx_devel/requirements/requirements.in <-RIGHT + # via -r /home/foo/bar/awx/requirements/requirements.in <-WRONG +``` + #### Upgrading Unpinned Dependency If you require a new version of a dependency that does not have a pinned version |