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 91c080d commit 7bcc3ebCopy full SHA for 7bcc3eb
setup.py
@@ -8,7 +8,7 @@
8
extras = {}
9
10
extras["transformers"] = ["transformers[dev]"]
11
-extras["testing"] = ["pytest", "pytest-xdist", "torch", "transformers", "tokenizers", "timm", "google-api-python-client"]
+extras["testing"] = ["pytest", "pytest-xdist", "torch", "transformers", "tokenizers", "timm", "google-api-python-client", "requests"]
12
extras["quality"] = ["black~=22.0", "isort>=5.5.4", "flake8>=3.8.3"]
13
14
extras["all"] = extras["testing"] + extras["quality"]
0 commit comments