Bjarne
Python requirement issues
Although being able to just use extra_requirements would be nice, it is not super high priority if it works by just pinning the requirements in my one small script and then importing this everywhere where it is needed
20 replies
Python requirement issues
Hey @rubenf @Pyra,
The fix seems to work now, but when I import this file in other scripts, I get errors, as pinning the requirements seems to require me to also pin the requirements in all other scripts. As @fooosieee suggested, it would be way nicer if I could use the extra_requirements methods, but when I do this, Windmill automatically detects
azure
as something which needs to be pip installed, and then crashes on this. Is there any way for the windmill requirements inference to ignore this? Or handle this correctly?20 replies
Custom url for public app
Yes, we are using redir atm, but that one does show the redirect to the user. Would be better if we could just forward in such a way that the user does not notice. Mainly to make it easier to bookmark, but also to make it look cleaner than the long public url's.
The second part is very interesting. Being able to do this directly in windmill would be amazing 🤩
3 replies