Relative Content

Tag Archive for pythonpython-poetry

Poetry installing additional packages which are not seem to be needed

I’m feeling really stupid with this, but can’t find an answer for a long time. The problem is the following: trying to start using Poetry as a dependency manager. However, any time I install it and initialize a new poetry project, after the creation of the base pyproject.toml file it adds a lot of additional packages and dependencies in poetry.lock file, even if they’re not used anywhere and seems not to be connected with my needed packages.