sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Install fail for python 3 #112

Closed w4-jaesup closed 6 years ago

w4-jaesup commented 6 years ago
pip3 install git-lint

is trying to install dependency futures even for python 3. Fix would be to remove futures from install_requires in setup.py

OranShuster commented 6 years ago

Not removed but just add the dep as extras_require={':python_version == "2.7"': ['futures']}

sk- commented 6 years ago

Thanks for the report and the PR.

It's fixed now. I deployed version 0.1.1 to pypi.