clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Fix for pyparser error

Open dbdante opened this issue 3 years ago • 0 comments

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

dbdante avatar Feb 09 '22 17:02 dbdante