Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused dependencies from requirements.txt #93

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

carlsmedstad
Copy link
Contributor

From deptry, a tool that checks dependencies against the source code:

$ deptry .
Scanning 10 files...

requirements.txt: DEP002 'annotated-types' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'anyio' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'certifi' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'charset-normalizer' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'distro' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'h11' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'httpcore' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'httpx' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'idna' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'markdown-it-py' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'mdurl' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'pydantic' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'pydantic_core' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'Pygments' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'regex' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'requests' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'sniffio' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'tqdm' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'typing_extensions' defined as a dependency but not used in the codebase
requirements.txt: DEP002 'urllib3' defined as a dependency but not used in the codebase
Found 20 dependency issues.

For more information, see the documentation: https://deptry.com/

From deptry, a tool that checks dependencies against the source code:

    $ deptry .
    Scanning 10 files...

    requirements.txt: DEP002 'annotated-types' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'anyio' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'certifi' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'charset-normalizer' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'distro' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'h11' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'httpcore' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'httpx' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'idna' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'markdown-it-py' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'mdurl' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'pydantic' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'pydantic_core' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'Pygments' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'regex' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'requests' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'sniffio' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'tqdm' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'typing_extensions' defined as a dependency but not used in the codebase
    requirements.txt: DEP002 'urllib3' defined as a dependency but not used in the codebase
    Found 20 dependency issues.

    For more information, see the documentation: https://deptry.com/
@npiv npiv merged commit 46bf0a1 into npiv:main Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants