extras_require from setup.py is ignored when installing with pip3
michael-kotliar opened this issue · 1 comments
michael-kotliar commented
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
michael-kotliar commented
Fixed in the latest release