diff options
author | Alexandre Flament <alex@al-f.net> | 2015-04-26 12:04:29 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2015-04-26 12:04:29 +0200 |
commit | 201928d2b0d9f7a3a3c3033f7e20838f67a05457 (patch) | |
tree | c6a351393efcc4d5a16546d659d3356f8c10f50e /requirements.txt | |
parent | 7cc5146c146d4c20c23b1fc379949cb0ef8dd77b (diff) | |
download | searxng-201928d2b0d9f7a3a3c3033f7e20838f67a05457.tar.gz searxng-201928d2b0d9f7a3a3c3033f7e20838f67a05457.zip |
[fix] SSL : SNI support
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2d434825d..e021c4a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,8 @@ lxml pyyaml pygments python-dateutil +ndg-httpsclient +pyopenssl +pyasn1 +pyasn1-modules +certifi |