Using Airflow as an example, a user is able to install "extra packages"/submodules:
https://airflow.incubator.apache.org/installation.html#extra-packages
How to write setup.py so that different submodules can be included in the module install?
Using Airflow as an example, a user is able to install "extra packages"/submodules:
https://airflow.incubator.apache.org/installation.html#extra-packages
How to write setup.py so that different submodules can be included in the module install?