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 branch 'master' into cloudflare-rate-limiting
pull/551/head
Ross McFarland
6 years ago
committed by
GitHub
parent
a939cf52b0
a0d6cfd679
commit
51b26a3f57
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
requirements-dev.txt
+5
-5
requirements.txt
+1
-1
script/lint
+ 1
- 1
requirements-dev.txt
View File
@ -1,7 +1,7 @@
coverage
mock
nose
pycodestyle==2.
5
.0
pycodestyle==2.
6
.0
pyflakes==2.2.0
readme_renderer[md]==26.0
requests_mock
+ 5
- 5
requirements.txt
View File
@ -1,8 +1,8 @@
PyYaml==5.3.1
azure-common==1.1.25
azure-mgmt-dns==3.0.0
boto3==1.13.
0
botocore==1.16.
0
boto3==1.13.
19
botocore==1.16.
19
dnspython==1.16.0
docutils==0.16
dyn==1.8.1
@ -14,13 +14,13 @@ ipaddress==1.0.23
jmespath==0.9.5
msrestazure==0.6.3
natsort==6.2.1
ns1-python==0.1
5
.0
ns1-python==0.1
6
.0
ovh==0.5.0
pycountry-convert==0.7.2
pycountry==19.8.18
python-dateutil==2.8.1
requests==2.23.0
s3transfer==0.3.3
setuptools==44.1.
0
six==1.1
4
.0
setuptools==44.1.
1
six==1.1
5
.0
transip==2.1.2
+ 1
- 1
script/lint
View File
@ -17,5 +17,5 @@ fi
SOURCES="*.py octodns/*.py octodns/*/*.py tests/*.py"
pycodestyle --ignore=E221,E241,E251,E722,W504 $SOURCES
pycodestyle --ignore=E221,E241,E251,E722,
E741,
W504 $SOURCES
pyflakes $SOURCES
Write
Preview
Loading…
Cancel
Save