Barski-lab / cwl-airflow

Python package to extend Airflow functionality with CWL1.1 support
https://barski-lab.github.io/cwl-airflow
Apache License 2.0
185 stars 32 forks source link

Install rabbitmq dependencies automatically #41

Closed michael-kotliar closed 4 years ago

michael-kotliar commented 4 years ago

Is your feature request related to a problem? Please describe. Install rabbitmq dependencies automatically

Describe the solution you'd like

Update setup.py with

rabbitmq = [
    'amqp',
]

Additional context None