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

Commit 7bb82a7

Browse files
authored
fix(deps): add packaging requirement (#112)
1 parent 5604a7f commit 7bb82a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2626
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
2727
"proto-plus >= 1.4.0",
28+
"packaging >= 14.3",
2829
]
2930

3031
extras = {"libcst": "libcst >= 0.2.5"}

testing/constraints-3.6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# are correct in setup.py
33
# List all library dependencies and extras in this file.
44
# Pin the version to the lower bound.
5-
65
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
76
# Then this file should have google-cloud-foo==1.14.0
87
google-api-core==1.22.2
98
proto-plus==1.4.0
109
grpc-google-iam-v1==0.12.3
1110
libcst==0.2.5
11+
packaging==14.3
12+
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)