potiuk commented on PR #32495: URL: https://github.com/apache/airflow/pull/32495#issuecomment-1630492861
You need to add requirements to "setup.py/.conf` of breeze - `breeze` is just a regular Python package that follows the usual way how package definition is done (so that `pipx insstall -e ./dev/breeze` can install it in editatable mode. The `requirements.txt` is a convention many people use and it's format is supported by `pip install -r` , but it's not standardised via PEP's to be part of package definition. The `dev` requirements are only for regular scripts you run from dev env, but `breeze` is a completely standard Python package following the https://docs.python.org/3/distributing/index.html#distributing-index -- 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]
