mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
According to docs ipaddress was 3.3, requires for ipaddress too
Also corrects futures to 3.2 in requires
This commit is contained in:
@@ -7,10 +7,10 @@ dnspython==1.16.0
|
||||
docutils==0.16
|
||||
dyn==1.8.1
|
||||
edgegrid-python==1.1.1
|
||||
futures==3.2.0; python_version < '3.0'
|
||||
futures==3.2.0; python_version < '3.2'
|
||||
google-cloud-core==1.3.0
|
||||
google-cloud-dns==0.32.0
|
||||
ipaddress==1.0.23
|
||||
ipaddress==1.0.23; python_version < '3.3'
|
||||
jmespath==0.10.0
|
||||
msrestazure==0.6.4
|
||||
natsort==6.2.1
|
||||
|
||||
Reference in New Issue
Block a user