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

Commit 942b7da

Browse files
authored
fix(deps): add packaging requirement (#31)
1 parent 20ebc47 commit 942b7da

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
install_requires=(
4646
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
4747
"proto-plus >= 1.4.0",
48+
"packaging >= 14.3",
4849
),
4950
python_requires=">=3.6",
5051
classifiers=[

testing/constraints-3.6.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
# Then this file should have foo==1.14.0
2222
google-api-core==1.22.2
2323
proto-plus==1.4.0
24+
packaging==14.3
25+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 commit comments

Comments
 (0)