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.71k stars 398 forks source link

wrong docker library #177

Open k-florek opened 4 years ago

k-florek commented 4 years ago

When using pipreqs, the requirements.txt file is generated with the docker_py==1.10.6 library it should be docker==4.1.0.

jiaxinonly commented 1 year ago

I had the same problem image It should be docker==5.0.3