Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove all dependency of pkg_resources #360

Closed
@jschennings

Description

@jschennings

Hello!
I'm working with a Docker based microservice that consumes pubsub messages and have run into an issue. In order to reduce the risk of malicious activity in our pods we have removed setuptools and pip amongst other things from the Dockerimage. This does however create a problem when using packages that depend on the google.core_api since it has a dependency on pkg_resources. At the moment this forces us to have setuptools installed in the pods running google services dependent on the core api.

Would it be possible to remove the few dependencies on pkg_resources in the core-api?

Thanks in advance!

Metadata

Metadata

Assignees

Labels

type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions