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