RasaHQ/rasa-sdk

There are obsolete dependencies in pyproject.toml

fpgmaas opened this issue · 1 comments

Description of Problem:

I applied deptry to this repository, and it found some dependency issues:

-----------------------------------------------------

pyproject.toml contains obsolete dependencies:

        prompt-toolkit
        requests
        urllib3

Consider removing them from your projects dependencies. If a package is used for development purposes, you should add
it to your development dependencies instead.

-----------------------------------------------------

It seems these can safely be removed from the project's dependencies.

Overview of the Solution:

Remove the listed dependencies from pyproject.toml.

Disclaimer: I am the author of deptry

znat commented

Thanks a lot @fpgmaas , this is on our radar and we are progressively cleaning up, so closing this issue for now.