Skip to content

Commit

Permalink
Add missing Python libs (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Feb 23, 2022
1 parent adb361c commit 4d00350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flyteidl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
package_dir={'': 'gen/pb_python'},
dependency_links=[],
install_requires=[
'googleapis-common-protos',
'protoc_gen_swagger',
'protobuf>=3.5.0,<4.0.0',
# Packages in here should rarely be pinned. This is because these
# packages (at the specified version) are required for project
Expand Down

0 comments on commit 4d00350

Please sign in to comment.