Open k-florek opened 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.
docker_py==1.10.6
docker==4.1.0
I had the same problem It should be docker==5.0.3
When using pipreqs, the requirements.txt file is generated with the
docker_py==1.10.6
library it should bedocker==4.1.0
.