When two developers are working on a project with different operating systems, the Pipfile.lock
is different (especially the part inside host-environment-markers
).
For PHP, most people recommend to commit composer.lock
file.
Do we have to do the same for Python?