1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

yamllint is not a hard requirement, just something we use in our workflow

This commit is contained in:
Ross McFarland
2017-03-29 12:22:09 -07:00
parent 02658fb27f
commit a4c5a36ff9
2 changed files with 1 additions and 3 deletions

View File

@@ -34,8 +34,7 @@ setup(
'incf.countryutils>=1.0',
'ipaddress>=1.0.18',
'python-dateutil>=2.6.0',
'requests>=2.13.0',
'yamllint>=1.6.0'
'requests>=2.13.0'
],
license='MIT',
long_description=open('README.md').read(),