Suggestion for Requirements File
I noticed that the regex library is not currently included in the requirements.txt file. After installing dependencies through the existing requirements, I had to manually install regex separately.
Would it be possible to add the regex library to the requirements.txt file? This would streamline the setup process for future users and ensure all necessary dependencies are installed automatically.
Thank you for considering this suggestion!