skieffer commented on PR #1733: URL: https://github.com/apache/tinkerpop/pull/1733#issuecomment-1169368745
Hi @krlawrence, thanks for taking a look at this. There are no dependency conflicts. For me the concern is partly about wasted MBs in a docker image (only about 12MB, but it counts), and partly about wanting to keep misleading clutter out of automatically generated licensing info. I don't want to say, "This software uses packages X, Y, and Z" if it doesn't actually use them. In any case, I realize the problem is really not with `gremlinpython` per se, but is fundamentally about needing better control over pip and dependency resolution. Therefore I'm trying to tackle the more general problem over at `pip-tools`: https://github.com/jazzband/pip-tools/pull/1645 I think the latter would actually be my preferred solution, so, in the meantime, I guess I won't push too hard for this PR. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
