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

extras_require from setup.py is ignored when installing with pip3 #40

Closed michael-kotliar closed 4 years ago

michael-kotliar commented 4 years ago

Describe the bug extras_require from setup.py is ignored when installing with pip3

To Reproduce

pip3 install cwl-airflow[mysql]
pip3 show mysqlclient

Expected behavior Should show mysqlclient as installed

Desktop (please complete the following information):

michael-kotliar commented 4 years ago

Fixed in the latest release