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.
These packages are not adding if I’m using conda, pyenv, or any other depency manager. The following occurs when I’m creating a poetry project in virtual environments on a Ubuntu or Pop_OS system. I searched a lot of resources, but found no sign of similar issues from other users; please advise – I’m doing something wrong or it’s an expected behavior for this tool and I should accept it?
Thanks in advance.
PerfectZer0 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.