@@ -78,7 +78,7 @@ def run_tests(self):
78
78
package_data = {'' : ['LICENSE' , 'NOTICE' ]},
79
79
package_dir = {'requests' : 'requests' },
80
80
include_package_data = True ,
81
- python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" ,
81
+ python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* " ,
82
82
install_requires = requires ,
83
83
license = about ['__license__' ],
84
84
zip_safe = False ,
@@ -91,7 +91,6 @@ def run_tests(self):
91
91
'Programming Language :: Python :: 2' ,
92
92
'Programming Language :: Python :: 2.7' ,
93
93
'Programming Language :: Python :: 3' ,
94
- 'Programming Language :: Python :: 3.5' ,
95
94
'Programming Language :: Python :: 3.6' ,
96
95
'Programming Language :: Python :: 3.7' ,
97
96
'Programming Language :: Python :: 3.8' ,
@@ -102,7 +101,7 @@ def run_tests(self):
102
101
cmdclass = {'test' : PyTest },
103
102
tests_require = test_requirements ,
104
103
extras_require = {
105
- 'security' : ['pyOpenSSL >= 0.14' , 'cryptography>=1.3.4' ],
104
+ 'security' : [],
106
105
'socks' : ['PySocks>=1.5.6, !=1.5.7' ],
107
106
'socks:sys_platform == "win32" and python_version == "2.7"' : ['win_inet_pton' ],
108
107
'use_chardet_on_py3' : ['chardet>=3.0.2,<5' ]
0 commit comments