apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

How to remove grpcio and grpcio-tools from the requires list in pyproject.toml? #122

Open ZhenmeiOng opened 8 months ago

ZhenmeiOng commented 8 months ago

I am trying to follow the solution in #104 and I ran into the exact same issues. On one comment it says that I should remove grpcio and grpcio-tools from the requires list in pyproject.toml, but I don't know how to do that. Where can I find the file locally?

harshittiwariii commented 8 months ago

@ZhenmeiOng Resolved the issue in this pr: https://github.com/apache/airavata-mft/pull/124

DImuthuUpe commented 8 months ago

This should be resolved in https://github.com/apache/airavata-mft/commit/72ecfd9cc0ea32a27561b54c2863c074f89339e7. Please refer to the last comment in https://github.com/apache/airavata-mft/pull/124 for more information