Skip to content

Commit f31e418

Browse files
drupolfacebook-github-bot
authored andcommitted
chore: add missing test dependencies (#1442)
Summary: While packaging this module for Nix (NixOS/nixpkgs#356087), I noticed during the tests that `flask` and `flask-compress` modules were missing from the `setup.py` file. Pull Request resolved: #1442 Reviewed By: cyrjano Differential Revision: D71814035 Pulled By: jjuncho fbshipit-source-id: 4e1cbc9e2e43dd88657063fade94405094bb4190
1 parent b899732 commit f31e418

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)