Removes psycopg2 in favor of psycopg3

This commit is contained in:
John Westcott IV
2023-05-08 13:00:18 -04:00
committed by John Westcott IV
parent c738d0788e
commit dfe8b3b16b
6 changed files with 167 additions and 52 deletions

View File

@@ -36,7 +36,7 @@ Markdown # used for formatting API help
openshift
pexpect==4.7.0 # see library notes
prometheus_client
psycopg2
psycopg
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)

View File

@@ -273,7 +273,7 @@ prometheus-client==0.15.0
# via -r /awx_devel/requirements/requirements.in
psutil==5.9.4
# via -r /awx_devel/requirements/requirements.in
psycopg2==2.9.5
psycopg==3.1.9
# via -r /awx_devel/requirements/requirements.in
ptyprocess==0.7.0
# via pexpect