diff --git a/setup.py b/setup.py index 9c54fcd..5d841ca 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( entry_points={'console_scripts': ['yamllint=yamllint.cli:run']}, package_data={'yamllint': ['conf/*.yaml'], 'tests': ['yaml-1.2-spec-examples/*']}, - install_requires=['pathspec', 'pyyaml'], + install_requires=['pathspec >=0.5.3', 'pyyaml'], tests_require=['nose'], test_suite='nose.collector', )