[BUG]: requests
not getting installed as part of requirements.txt
#11
Labels
bug
Something isn't working
requests
not getting installed as part of requirements.txt
#11
Description of the bug
I had to add
RUN pip install requests
to the dockerfile in order to get it to run.Steps To Reproduce
docker-compose up
Error:
![image](https://private-user-images.githubusercontent.com/1609827/279749715-e9b5cc04-7495-4ac2-ad58-7d52eec2c311.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTc5NDgsIm5iZiI6MTczODg5NzY0OCwicGF0aCI6Ii8xNjA5ODI3LzI3OTc0OTcxNS1lOWI1Y2MwNC03NDk1LTRhYzItYWQ1OC03ZDUyZWVjMmMzMTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDMwNzI4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTliNzdlZWNjZWI5YTg3ZjBkZWJmYjFmYWIzMzRhNWY2ZDUzYTFkMmRkOTU1MzNkMTBmMjljNmRmMjI5NTg3OSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Ezi6gQuum3ZgdYeUk2m-ZoLSFYxG8P9FoomgTMAIGn8)
Additional Information
Linux-style containers running on a Windows 10 host
The text was updated successfully, but these errors were encountered: