DEV Community

Chitransh Soral
Chitransh Soral

Posted on

DeadLock - dead.lock file

Hello guys, I am excited to share that today I achieved another major milestone regarding my project "deadlock". Now the project is able to generate custom lock file that keeps track record of all the dependencies installed on the system. Though I am not sure how it will manage the versions. But, for the most part, if a user wants to run a project that it created earlier on a different computer, it can now easily manage the dependencies.

I am working on a function that will read the lock file and then install all the packages. Just like pip does with requirements.txt file.

That's all the update I had for today.
Thank you! 🫡

Top comments (0)