clusterfuzz
clusterfuzz copied to clipboard
Fix for pyparser error
Not sure if anyone else encountered this issue. The httplib2 version specified in requirements.txt may need a change. It threw the below pyparser error:
https://github.com/httplib2/httplib2/issues/207
Changing requirments.txt to below worked:
httplib2>=0.20.2