Browse Source

Remove python version gates on requirements, all py3 now

pull/786/head
Ross McFarland 4 years ago
parent
commit
6959a9a6e1
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
3 changed files with 1 additions and 5 deletions
  1. +1
    -1
      requirements-dev.txt
  2. +0
    -2
      requirements.txt
  3. +0
    -2
      setup.py

+ 1
- 1
requirements-dev.txt View File

@ -7,7 +7,7 @@ pycodestyle==2.6.0
pyflakes==2.2.0
readme_renderer[md]==26.0
requests_mock
twine==3.2.0; python_version >= '3.2'
twine==3.4.2
# Profiling tests...
# nose-cprof


+ 0
- 2
requirements.txt View File

@ -10,10 +10,8 @@ docutils==0.16
dyn==1.8.1
edgegrid-python==1.1.1
fqdn==1.5.0
futures==3.2.0; python_version < '3.2'
google-cloud-core==1.4.1
google-cloud-dns==0.32.0
ipaddress==1.0.23; python_version < '3.3'
jmespath==0.10.0
msrestazure==0.6.4
natsort==6.2.1


+ 0
- 2
setup.py View File

@ -68,9 +68,7 @@ setup(
install_requires=[
'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',
'pycountry-convert>=0.7.2',


Loading…
Cancel
Save