Error during deployment of my todo app

This is my github repo. When I ran my web app using streamlit run web.py it workded. But when I tried to deploy my to do app this error message popped up.

:exclamation:installer returned a non-zero exit code
:exclamation:Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
:exclamation:Streamlit server consistently failed status checks
:exclamation: Please fix the errors, push an update to the git repo, or reboot the app.

Ypu don’t need any of those requirements except streamlit.

I changed my requirements.txt file and it contains only “streamlit = 1.41.0”. I am still getting the same error.

Update: Thank You Goyo, my web app got deployed. I used pip freeze > .\requirements.txt and now it is running.