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

Commit 1cfdb5a

Browse files
authored
fix(deps): add packaging requirement (#163)
1 parent 936800c commit 1cfdb5a

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
@@ -32,6 +32,7 @@
3232
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3333
"libcst >= 0.2.5",
3434
"proto-plus >= 1.4.0",
35+
"packaging >= 14.3",
3536
]
3637

3738
package_root = os.path.abspath(os.path.dirname(__file__))

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
libcst==0.2.5
1111
proto-plus==1.4.0
1212
google-auth==1.24.0 # TODO(busunkim): remove when google-auth>=1.25.0 is implicitly required through newer google-api-core
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)