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

fix(deps): add packaging requirement #47

Merged
merged 3 commits into from
May 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(deps): add packaging requirement
  • Loading branch information
busunkim96 committed May 15, 2021
commit 58b277d01c26c75819b7fe962d72aa6f927a9054
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.4.0",
"packaging >= 14.3"
),
python_requires=">=3.6",
classifiers=[
Expand Down