diff --git a/requirements.txt b/requirements.txt index d806274ad7..2f7ac5d4d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,3 +34,5 @@ jsonpath-rw urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684 cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263 elasticsearch +PyMySQL +psycopg2-binary diff --git a/setup.cfg b/setup.cfg index c404fdc052..17e79a3fde 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,16 +43,12 @@ all_files = 1 warning-is-error = 1 [extras] -mysql_reporter= - PyMySQL # The container image build process will look at the python extras and install # any that match the target container name. It makes a container image for # every console_script listed above. The extra name must have underscores. # This is a place to put dependencies that should go into reasonable container # images but that we do not want to list directly in requirements.txt. zuul_base = - PyMySQL - psycopg2-binary yappi objgraph