After spinning this up I ran into ModuleNotFoundError: No module named 'requests' as well as ModuleNotFoundError: No module named 'dotenv'
Running pip install python-dotenv and pip install requests solved the issue but its strange that they didn't get installed as they're listed in requirements.txt 🤷
After spinning this up I ran into ModuleNotFoundError: No module named 'requests' as well as ModuleNotFoundError: No module named 'dotenv'
Running pip install python-dotenv and pip install requests solved the issue but its strange that they didn't get installed as they're listed in requirements.txt 🤷