mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
Removes psycopg2 in favor of psycopg3
This commit is contained in:
committed by
John Westcott IV
parent
c738d0788e
commit
dfe8b3b16b
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user