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

Commit 7ffa13c

Browse files
authored
fix(deps): add packaging requirement (#52)
1 parent 04df230 commit 7ffa13c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
install_requires=(
4444
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
4545
"proto-plus >= 1.4.0",
46+
"packaging >= 14.3",
4647
),
4748
python_requires=">=3.6",
4849
classifiers=[

testing/constraints-3.6.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
# Then this file should have foo==1.14.0
88
google-api-core==1.22.2
99
proto-plus==1.4.0
10+
packaging==14.3
11+
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)