There are obsolete dependencies in pyproject.toml
fpgmaas opened this issue · 1 comments
fpgmaas commented
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