Hey,
I am trying to deploy my app but it’s throwing a ModuleNotFoundError: No module named ‘requests_cache.cache_keys’ error.
I’ve already created requirements.txt with
requests==2.25.1 and requests-cache==0.4.13 but it still doesn’t work.
Note: Here is the streamlit share URL: https://share.streamlit.io/streisenberg/bionformatic_application_en/bioinformatic_app.py
Thanks in advance.