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
Add fqdn module to setup.py as dependency
pull/659/head
Adam Smith
5 years ago
parent
a2094ff9eb
commit
8d1f6c69e7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
setup.py
+ 1
- 0
setup.py
View File
@ -69,6 +69,7 @@ setup(
'
PyYaml>=4.2b1
'
,
'
dnspython>=1.15.0
'
,
'
futures>=3.2.0; python_version<
"
3.2
"
'
,
'
fqdn>=1.5.0
'
,
'
ipaddress>=1.0.22; python_version<
"
3.3
"
'
,
'
natsort>=5.5.0
'
,
'
pycountry>=19.8.18
'
,
Write
Preview
Loading…
Cancel
Save