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

Commit f09f807

Browse files
authored
fix(deps): add packaging requirement (#162)
1 parent 54bc0e9 commit f09f807

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
@@ -47,6 +47,7 @@
4747
install_requires=(
4848
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
4949
"proto-plus >= 1.10.0",
50+
"packaging >= 14.3",
5051
),
5152
python_requires=">=3.6",
5253
setup_requires=["libcst >= 0.2.5"],

testing/constraints-3.6.txt

Lines changed: 2 additions & 0 deletions
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.10.0
10+
packaging==14.3
11+
google-auth==1.24.0 # TODO: remove when google-auth>=1.25.0 is required through google-api-core

0 commit comments

Comments
 (0)