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

Commit 3f0bd3a

Browse files
authored
fix(deps): add packaging requirement (#135)
1 parent b427e90 commit 3f0bd3a

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
@@ -28,6 +28,7 @@
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2929
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3030
"proto-plus >= 1.4.0",
31+
"packaging >= 14.3",
3132
"grafeas >=1.0.0, <2.0dev",
3233
]
3334
extras = {"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 @@ grpc-google-iam-v1==0.12.3
1010
proto-plus==1.4.0
1111
libcst==0.2.5
1212
grafeas==1.0.0
13+
packaging==14.3
14+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is transitively required through google-api-core

0 commit comments

Comments
 (0)