kaxil / airflowctl

A CLI tool to streamline getting started with Apache Airflow™ and managing multiple Airflow projects
Apache License 2.0
187 stars 12 forks source link

Fix requirements.txt being ignored while building project #36

Closed ilov3 closed 2 months ago

ilov3 commented 2 months ago

Hey, thanks for great tool!

I've noticed that requirements argument is empty string by default, and its also not set during install_airflow(...) call, so that dependencies listed under PROJECT_DIR/requirements.txt are never installed. This PR should fix this issue

kaxil commented 2 months ago

Thanks for your PR @ilov3 ❤️