It looks like fixtures library is missing in requirements.txt. It cause an error in my code. Adding fixtures library next to requests_mock in my repo's requirements fixed the issue but it's just a workaround. Could you please add it to your requirements.txt?
Hi,
It looks like fixtures library is missing in requirements.txt. It cause an error in my code. Adding fixtures library next to requests_mock in my repo's requirements fixed the issue but it's just a workaround. Could you please add it to your requirements.txt?