You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/03 13:42:48 UTC

[GitHub] [arrow-datafusion] jorgecarleitao commented on pull request #484: use requirements.txt to formalize python deps

jorgecarleitao commented on pull request #484:
URL: https://github.com/apache/arrow-datafusion/pull/484#issuecomment-853879203


   I do not quite follow: AFAIK both pip-tools and poetry are tools for Python applications, not Python libraries. For libraries, we only need to provide a `setup.py / project.toml`, which madurin does for us. I.e. the `install_requires` is [here](https://github.com/apache/arrow-datafusion/blob/master/python/Cargo.toml#L41).
   
   AFAI understand this PR is only concerned with the dependencies used for testing.


-- 
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:
users@infra.apache.org