PyCharm verifies that each imported module (not in the standard library) is in requirements.txt, but for some modules (for example: grpciovs grpc), the package name is different from the module name. Is there a way to disable warnings in this case?
source
share