You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/19 01:27:10 UTC

[GitHub] john-bodley edited a comment on issue #6696: Making thrift, pyhive and tableschema as extra_requires

john-bodley edited a comment on issue #6696: Making thrift, pyhive and tableschema as extra_requires
URL: https://github.com/apache/incubator-superset/pull/6696#issuecomment-455736278
 
 
   @mistercrunch I think the following would work if the desire is to pin the optional packages (and their dependencies) especially for testing purposes:
   ```
   > cat requirements.in
   -e .[gsheets,hive,presto]
   > pip-compile --output-file requirements.txt requirements.in
   ...
   ```
   
   
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org