Windmill.dev and Requirements.txt: How to Manage Dependencies in the cloud?
While I have a requirements.txt file locally to specify the project dependencies, I'm unsure how to integrate or utilize it within the windmill.dev environment.
For instance, the "phidata" library consistently causes issues. Since I import it in my Python code using "from phi.", the system seems to misinterpret it as the "phi" library instead of "phidata".