frafra commented on issue #12684: URL: https://github.com/apache/superset/issues/12684#issuecomment-926556284
``` for pkg in psycopg2 mysql presto; do grep -r $pkg requirements/; done requirements/development.txt:psycopg2-binary==2.8.5 requirements/docker.txt:psycopg2-binary==2.9.1 requirements/development.txt:mysqlclient==1.4.2.post1 requirements/testing.txt:pyhive[hive,presto]==0.6.4 ``` I think the documentation could add that development and Docker versions have built-in support for some databases or something like that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
