Skip to content

Bug: 'requests' should be a core dependency (install_requires) instead of a testing dependency #770

Description

@ryan-minato

requests is currently listed only as a testing dependency. However, it appears to be used in the core logic of doc-builder, which means it should be part of the base install_requires.

doc-builder/setup.py

Lines 6 to 16 in 72f7b07

install_requires = [
"black",
"GitPython",
"tqdm",
"pyyaml",
"packaging",
"nbformat",
"huggingface_hub",
"pillow",
"meilisearch==0.34.1",
]

"requests",

dependencies = [
"GitPython",
"tqdm",
"pyyaml",
"packaging",
"nbformat",
"huggingface_hub",
"pillow",
"meilisearch==0.34.1",
"watchdog>=6.0.0",
"httpx",
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions