Skip to content

Commit 7bcc3eb

Browse files
authored
Update setup.py (#446)
add `requests` dependency from [/src/doc_builder/external.py#L22](https://github.com/huggingface/doc-builder/blob/c4e348ea1c844d659c65261d914e9cb9237a84e3/src/doc_builder/external.py#L22)
1 parent 91c080d commit 7bcc3eb

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
@@ -8,7 +8,7 @@
88
extras = {}
99

1010
extras["transformers"] = ["transformers[dev]"]
11-
extras["testing"] = ["pytest", "pytest-xdist", "torch", "transformers", "tokenizers", "timm", "google-api-python-client"]
11+
extras["testing"] = ["pytest", "pytest-xdist", "torch", "transformers", "tokenizers", "timm", "google-api-python-client", "requests"]
1212
extras["quality"] = ["black~=22.0", "isort>=5.5.4", "flake8>=3.8.3"]
1313

1414
extras["all"] = extras["testing"] + extras["quality"]

0 commit comments

Comments
 (0)