bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.61k stars 394 forks source link

pipreqs uses the wrong package #270

Open frankenstein91 opened 3 years ago

frankenstein91 commented 3 years ago

i don't know how to describe the problem, but pipreqs always replaces ffmpeg-python with ffmpeg. any plan how to fix that?

carlosplanchon commented 2 years ago

I had the same problem where it replaces tortoise-orm with tortoise.

Gakai commented 2 years ago

I currently have the same problem. I have installed and need ruamel.yaml, but it always gets replaced by ruamel.base. Is there any workaround for the time being except for manually editing the requirements.txt afterwards? Because I have to regenerate the file quite frequently.

demongolem-biz commented 2 years ago

I think it may be similar to my #303 where sonnet and dm_sonnet are confused.

usernein commented 2 years ago

Same happened to me, tortoise-orm became tortoise