diff options
author | Alexandre Flament <alex@al-f.net> | 2020-11-16 15:01:34 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-11-17 15:09:06 +0100 |
commit | 9c25cd99c4b2bbeeb96f0a4efc3b2c21b06e1881 (patch) | |
tree | 835c15bac5747abab8e5b8c98a15329dd81bc818 /requirements.txt | |
parent | a30d9f26556b9445ecb909ea2f3d88aebd6c44e7 (diff) | |
download | searxng-9c25cd99c4b2bbeeb96f0a4efc3b2c21b06e1881.tar.gz searxng-9c25cd99c4b2bbeeb96f0a4efc3b2c21b06e1881.zip |
[mod] use github actions instead of travis
fix https://github.com/searx/searx/issues/2279
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a3350d2d2..51a4fff72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==1.0.0 flask==1.1.2 idna==2.10 jinja2==2.11.1 -lxml==4.5.0 +lxml==4.6.1 pygments==2.1.3 pyopenssl==19.1.0 python-dateutil==2.8.0 |