8000 fix(deps): add packaging requirement (#162) · googleapis/python-automl@dea0cc3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit dea0cc3

Browse files
authored
fix(deps): add packaging requirement (#162)
1 parent bfece77 commit dea0cc3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2626
"proto-plus >= 1.10.0",
27+
"packaging >= 14.3",
2728
]
2829
extras = {
2930
"libcst": "libcst >= 0.2.5",

testing/constraints-3.6.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ proto-plus==1.10.0
1010
libcst==0.2.5
1111
pandas==0.23.0
1212
google-cloud-storage==1.18.0
13+
packaging==14.3
14+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 si transitively required through google-api-core

0 commit comments

Comments
 (0)
0