diff options
author | Rick Elrod <rick@elrod.me> | 2022-12-10 10:47:11 +0100 |
---|---|---|
committer | Hao Liu <haoli@redhat.com> | 2023-03-30 04:09:18 +0200 |
commit | 513f433f17af2813304edc886a73a3f914f07e7b (patch) | |
tree | d0eca8fe9858d6e71bb8bb8f2a2c9454dae9d540 /requirements/requirements.in | |
parent | Prevent looping issue when task/web share a Redis (diff) | |
download | awx-513f433f17af2813304edc886a73a3f914f07e7b.tar.xz awx-513f433f17af2813304edc886a73a3f914f07e7b.zip |
Add comment for new psycopg dep
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'requirements/requirements.in')
-rw-r--r-- | requirements/requirements.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements.in b/requirements/requirements.in index e7d7722f28..72bdfd6db0 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -36,7 +36,7 @@ openshift pexpect==4.7.0 # see library notes prometheus_client psycopg2 -psycopg +psycopg # psycopg3 is used to listen for pg_notify messages from web servers in awx.main.wsrelay where asyncio is used psutil pygerduty pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16) |