huak
huak copied to clipboard
Export to requirements.txt
Description
Hey mate, I've tried to port my existing project from poetry to Huak, and encountered some hiccups.
It seems that Streamlit cloud expects requirements.txt file, and if not, it assumes that this is poetry project (i think).
A working workaround for this case would be the huak export
command, which would mirror the corresponding command from poetry
.
Hmm I'll look into streamlit more. I've never used it. I do plan on adding a locked requirements.txt soon, so maybe that'll help.
Thanks for reporting this!