As the locking of the Pipfile can be very slow #11 I have pinned the versions in the Pipfile to be equal to or greater than the current versions on my system. This cut the lock time for me down from 38s to 28s on my system. It's still not great, so --skip-lock should probably still be used most of the time anyways.
As the locking of the Pipfile can be very slow #11 I have pinned the versions in the Pipfile to be equal to or greater than the current versions on my system. This cut the lock time for me down from 38s to 28s on my system. It's still not great, so --skip-lock should probably still be used most of the time anyways.