Hello,
While reviewing the requirements.txt file in the repository, I noticed that some dependencies are referenced via local file paths (e.g., @ file://...). While this may work within the specific context of the development environment, it could lead to resolution issues when attempting to install these dependencies on different systems.
This might prevent the successful setup of the project in environments other than the one it was developed in. To enhance cross-platform compatibility, it would be beneficial to reference packages that can be installed directly via package managers like pip, which are universally accessible.
Looking forward to any updates on this matter and happy to contribute to a solution if needed.
Best regards,