mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
chore(deps): Require pathspec >= 0.5.3
This new version adds support for Python 2.6.
This commit is contained in:
parent
f9709bc6e6
commit
7a8cfeed6d
2
setup.py
2
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',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user