mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
switch from pyyaml to ruamel.yaml
This commit is contained in:
parent
c8bad492e1
commit
a762639038
2 changed files with 6 additions and 8 deletions
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ setup(
|
|||
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
'flake8',
|
||||
'pyyaml',
|
||||
'ruamel.yaml>=0.15',
|
||||
'six',
|
||||
],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue