This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Merge pull request
#14
from github/rm-yamllint-req
yamllint is not a hard requirement, just something we use in our workflow
pull/15/head
Ross McFarland
9 years ago
committed by
GitHub
parent
02658fb27f
a4c5a36ff9
commit
b34c3e2c96
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
requirements.txt
+1
-2
setup.py
+ 0
- 1
requirements.txt
View File
@ -14,4 +14,3 @@ python-dateutil==2.6.0
requests==2.13.0
s3transfer==0.1.10
six==1.10.0
yamllint==1.6.0
+ 1
- 2
setup.py
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
(
)
,
Write
Preview
Loading…
Cancel
Save