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
Upgrade `dnspython`
Matches the minimum version required by `octodns-bind`.
pull/978/head
Samuel Parkinson
3 years ago
parent
7fd6f9d181
commit
9f4a910a08
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
requirements.txt
+1
-1
setup.py
+ 1
- 1
requirements.txt
View File
@ -1,5 +1,5 @@
PyYAML==6.0
dnspython==2.
2.1
dnspython==2.
3.0
fqdn==1.5.1
idna==3.4
natsort==8.2.0
+ 1
- 1
setup.py
View File
@ -84,7 +84,7 @@ setup(
}
,
install_requires
=
(
'
PyYaml>=4.2b1
'
,
'
dnspython>=
1.15.0
'
,
'
dnspython>=
2.2.1
'
,
'
fqdn>=1.5.0
'
,
'
idna>=3.3
'
,
'
natsort>=5.5.0
'
,
Write
Preview
Loading…
Cancel
Save