realpython / dockerizing-django

https://realpython.com/blog/python/django-development-with-docker-compose-and-machine/
1.34k stars 484 forks source link

Updated requirements.txt #68

Closed swapnilj01 closed 2 years ago

swapnilj01 commented 2 years ago

Changed a dependency that created issues while installing via pip

gdvalderrama commented 2 years ago

Dependencies should have a pinned version. @swapnilj01 If you're going to change it at least pin it to the version that works for you.