We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9f4ae commit 6470a2dCopy full SHA for 6470a2d
setup.py
@@ -61,7 +61,7 @@ def report(*args):
61
62
TUTORIALS_REQUIRES = INSIGHTS_REQUIRES + ["torchtext", "torchvision"]
63
64
-TEST_REQUIRES = ["pytest", "pytest-cov", "parameterized"]
+TEST_REQUIRES = ["pytest", "pytest-cov", "parameterized", "flask", "flask-compress"]
65
66
DEV_REQUIRES = (
67
INSIGHTS_REQUIRES
0 commit comments