Greetings. Firstly, this is a cool project and I would definitely try this out more.
This PR adds a requirements.txt file which I generated using pip freeze > requirements.txt after installing all the dependencies as per the doc in README.md. This will make the project future proof in case the dependencies undergo some big changes which in turn can break our existing code.
Hi,
Greetings. Firstly, this is a cool project and I would definitely try this out more.
This PR adds a
requirements.txt
file which I generated usingpip freeze > requirements.txt
after installing all the dependencies as per the doc inREADME.md
. This will make the project future proof in case the dependencies undergo some big changes which in turn can break our existing code.Let me know if there are any changes required.
Thanks.