Default requirements.txt

If I’m not using any Azure related operators, is it safe to remove the azure packages from requirements.txt?

azure-common==1.1.14
azure-nspkg==2.0.0
azure-storage==0.36.0

requirements.txt should be empty by default. Maybe another colleague added them? So yes, if you don’t need those libraries in your DAGs, you can remove them.

1 Like