Adding new component, my pull request fails in lint step on Travis

Could someone please help me understand what I’m doing wrong here? I keep getting the this error from lint:
https://travis-ci.org/home-assistant/home-assistant/jobs/447813324

fiblary3 is listed as a requirement in the py file:
REQUIREMENTS = [‘fiblary3==0.1.6’]

it’s in requirements_all.txt and all works fine locally, even the
gen_requirements_all.py validate
shows no errors locally.

Any help would be appreciated. I’m a noob with python, but happy to learn.