Skip to content

Commit ba3d3d6

Browse files
partheatswast
authored andcommitted
fix(deps): restore dependency on python-dateutil (googleapis#1187)
* fix(deps): restore dependency on python-dateutil * fix(deps): remove redundante proto-plus Co-authored-by: Tim Swast <[email protected]>
1 parent 3d08652 commit ba3d3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"google-cloud-core >= 1.4.1, <3.0.0dev",
4343
"google-resumable-media >= 0.6.0, < 3.0dev",
4444
"packaging >= 14.3",
45-
"proto-plus >= 1.10.0", # For the legacy proto-based types.
4645
"protobuf >= 3.12.0", # For the legacy proto-based types.
46+
"python-dateutil >= 2.7.2, <3.0dev",
4747
"pyarrow >= 3.0.0, < 8.0dev",
4848
"requests >= 2.18.0, < 3.0.0dev",
4949
]

0 commit comments

Comments
 (0)