diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,7 +50,7 @@ packages = ['requests'] requires = [ 'chardet>=3.0.2,<3.1.0', - 'idna>=2.5,<2.7', + 'idna>=2.5,<2.8', 'urllib3>=1.21.1,<1.24', 'certifi>=2017.4.17' @@ -90,7 +90,6 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', |
