Remove setup.py dependence on packaging. (#7714)

This commit is contained in:
Robert Nishihara
2020-03-23 16:21:17 -07:00
committed by GitHub
parent 9318b29f5e
commit 2b80310e6f
2 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -171,9 +171,9 @@ def find_version(*filepath):
requires = [
"numpy >= 1.16", "filelock", "jsonschema", "click", "colorama",
"packaging", "pyyaml", "redis >= 3.3.2", "protobuf >= 3.8.0",
"py-spy >= 0.2.0", "aiohttp", "google", "grpcio"
"numpy >= 1.16", "filelock", "jsonschema", "click", "colorama", "pyyaml",
"redis >= 3.3.2", "protobuf >= 3.8.0", "py-spy >= 0.2.0", "aiohttp",
"google", "grpcio"
]
setup(