Skip to content

Commit

Permalink
fixing comma on setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: murilommen <[email protected]>
  • Loading branch information
murilommen committed Jul 18, 2022
1 parent e908b2f commit b62c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-whylogs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = ["protobuf>=3.15,<4.0.0" "whylogs", "whylogs[viz]"]
plugin_requires = ["protobuf>=3.15,<4.0.0", "whylogs", "whylogs[viz]"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit b62c81d

Please sign in to comment.