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)