mistercrunch opened a new pull request #7605: chore: taking db dependencies out of requirements-dev.txt URL: https://github.com/apache/incubator-superset/pull/7605 ### CATEGORY - [x] Build / Development Environment ### SUMMARY Py deps `mysqlclient` and `psycopg2` really aren't dev dependencies, they're more optional deps, so the right place for them is `extra_requires` in our `setup.py`. Not a big deal, but `mysqlclient` has os-level deps and that forces people setting up a dev env to jump through unnecessary hoops
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
