I have pipfile
and Pipfile.lock
in my project. I have manually updated one of the libraries in my pipfile
When I compile the code, I get an error saying that sha256 is not matching.
How do I update the Pipfile.lock so that this error doesn't occur.