mnubo / kubernetes-py

A python module for Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unnecessary dependency uuid

cellofellow opened this issue · comments

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.