Barski-lab/cwl-airflow

extras_require from setup.py is ignored when installing with pip3

michael-kotliar opened this issue · 1 comments

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):

  • MacOS
  • Python 3.7.7

Fixed in the latest release