Browse Source

Merge branch 'master' into dnsimple-txt-semicolons

pull/299/head
Ross McFarland 7 years ago
committed by GitHub
parent
commit
8970ef268f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

@ -13,7 +13,7 @@ incf.countryutils==1.0
ipaddress==1.0.22
jmespath==0.9.3
msrestazure==0.4.27
natsort==5.2.0
natsort==5.5.0
nsone==0.9.100
ovh==0.4.8
python-dateutil==2.6.1


+ 1
- 1
setup.py View File

@ -34,7 +34,7 @@ setup(
'futures>=3.2.0',
'incf.countryutils>=1.0',
'ipaddress>=1.0.22',
'natsort>=5.2.0,<5.3',
'natsort>=5.5.0',
# botocore doesn't like >=2.7.0 for some reason
'python-dateutil>=2.6.0,<2.7.0',
'requests>=2.20.0'


Loading…
Cancel
Save