mistercrunch commented on issue #7372: 7366: Added requirements-fill.txt file 
having mandatory & optional pa…
URL: 
https://github.com/apache/incubator-superset/pull/7372#issuecomment-494243758
 
 
   To solve the problem of installing the extras also installing the base libs, 
how about, in a new `gen_requirements.py` we:
   * parse the `extra_requires` and generate the `requirements-{extra}.in`
   * run pip-tools for each one of them
   
   One thing is you may not be able to import setup.py for different reasons. 
If that's the case, we could store in `requirements/extras.yaml` the list that 
would be used by both `setup.py` and `gen_requirements.py`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to