Skip to content

Commit 9a06082

Browse files
committed
chore: add missing test dependencies
While packaging this module for Nix, I noticed during the tests that `flask` and `flask-compress` modules were missing from the `setup.py` file.
1 parent ad77e79 commit 9a06082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def report(*args):
6161

6262
TUTORIALS_REQUIRES = INSIGHTS_REQUIRES + ["torchtext", "torchvision"]
6363

64-
TEST_REQUIRES = ["pytest", "pytest-cov", "parameterized"]
64+
TEST_REQUIRES = ["pytest", "pytest-cov", "parameterized", "flask", "flask-compress"]
6565

6666
DEV_REQUIRES = (
6767
INSIGHTS_REQUIRES

0 commit comments

Comments
 (0)