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
fix: dependency 'ipaddress' unnecessary for py >= 3.2
pull/569/head
DavHau
6 years ago
parent
339595c1a6
commit
bac1662242
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.py
+ 1
- 1
setup.py
View File
@ -69,7 +69,7 @@ setup(
'
PyYaml>=4.2b1
'
,
'
dnspython>=1.15.0
'
,
'
futures>=3.2.0; python_version<
"
3.2
"
'
,
'
ipaddress>=1.0.22
'
,
'
ipaddress>=1.0.22
; python_version<
"
3.2
"
'
,
'
natsort>=5.5.0
'
,
'
pycountry>=19.8.18
'
,
'
pycountry-convert>=0.7.2
'
,
Write
Preview
Loading…
Cancel
Save