forked from Icycoide/searxng
[fix] SSL : SNI support
This commit is contained in:
parent
7cc5146c14
commit
201928d2b0
6 changed files with 15 additions and 11 deletions
5
setup.py
5
setup.py
|
@ -47,6 +47,11 @@ setup(
|
|||
'pygments',
|
||||
'setuptools',
|
||||
'python-dateutil',
|
||||
'pyopenssl',
|
||||
'ndg-httpsclient',
|
||||
'pyasn1',
|
||||
'pyasn1-modules',
|
||||
'certifi'
|
||||
],
|
||||
extras_require={
|
||||
'test': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue