mistercrunch commented on PR #30750: URL: https://github.com/apache/superset/pull/30750#issuecomment-2448260101
Would need to add uv to dev dependencies, but this raises a few relevant questions on my side: - a more fully committed move to uv, to replace `pip-compile-multi` and ALL pip commands everywhere (in-docker, docs, everywhere), this may depend on a few things, related -> https://github.com/astral-sh/uv/issues/5487#issuecomment-2407871061 - general move away from Makefile and onto docker-compose for dev-environment setups, we could commit to only support docker-compose for dev workflows and get rid of the makefile altogether. Docker-compose has been working well lately to support a pretty solid dev env with all the bells and whistles (celery, websockets, postgres, ...) in a fairly uniform env. There's probably still use cases for local, out-of-docker development, but unclear how much we want to support this Oh and if/when we do this, we'll need to add uv to `requirements/development.in` and `requirements/development.txt` -- 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]
