Skip to content

Commit f2203fe

Browse files
authored
fix(deps): add packaging requirement (#200)
1 parent 62b135f commit f2203fe

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
@@ -26,6 +26,7 @@
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2828
"proto-plus >= 1.4.0",
29+
"packaging >= 14.3",
2930
"libcst >= 0.2.5",
3031
]
3132
extras = {

testing/constraints-3.6.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ libcst==0.2.5
1111
fastavro==0.21.2
1212
pandas==0.21.1
1313
pyarrow==0.15.0
14+
packaging==14.3
15+
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)