mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
93f7f7eee2
requests 2.24.0 uses the ssl module except if it doesn't support SNI, in this case searx fallbacks to pyopenssl. searx logs a critical message and exit if the ssl modules doesn't support SNI and pyOpenSSL is not installed. searx logs a critical message and exit if the ssl version is older than 1.0.2. in requirements.txt, pyopenssl is still required to install searx as a fallback.
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
certifi==2020.6.20
|
|
babel==2.7.0
|
|
flask-babel==1.0.0
|
|
flask==1.1.2
|
|
idna==2.10
|
|
jinja2==2.11.1
|
|
lxml==4.5.0
|
|
pygments==2.1.3
|
|
pyopenssl==19.1.0
|
|
python-dateutil==2.8.0
|
|
pyyaml==5.3.1
|
|
requests[socks]==2.24.0
|