mnubo / kubernetes-py

A python module for Kubernetes.
Apache License 2.0
123 stars 46 forks source link

Remove unnecessary dependency uuid #163

Open cellofellow opened 3 years ago

cellofellow commented 3 years ago

That dependency doesn't always install cleanly, and it overwrites the built in uuid module. All tests pass with it removed, anyway, so it's not really needed.