Skip to content

Commit ae10269

Browse files
committed
remove typeguard from install_requires
1 parent 2244237 commit ae10269

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
@@ -49,7 +49,7 @@
4949
[console_scripts]
5050
metaflow=metaflow.cmd.main_cli:start
5151
""",
52-
install_requires=["requests", "boto3", "typeguard"],
52+
install_requires=["requests", "boto3"],
5353
extras_require={
5454
"stubs": ["metaflow-stubs==%s" % version],
5555
},

0 commit comments

Comments
 (0)