diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-24 09:28:16 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-01-12 11:47:17 +0100 |
commit | 8cbc9f2d5823eb984e99e15c963e306610007fa1 (patch) | |
tree | 4dea97c668d960926938aefc8f0f77456bee47d6 /requirements.txt | |
parent | f7e11fd7222363a72a8fa33cf69190f64a3880bd (diff) | |
download | searxng-8cbc9f2d5823eb984e99e15c963e306610007fa1.tar.gz searxng-8cbc9f2d5823eb984e99e15c963e306610007fa1.zip |
[enh] add checker
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index ecf8e0c62..776bbc20b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ pygments==2.1.3 python-dateutil==2.8.1 pyyaml==5.3.1 requests[socks]==2.25.1 +pycld3==0.20 |