mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Fix dependencies
cannot import name 'json' from 'itsdangerous'
This commit is contained in:
parent
8357d48d59
commit
6234a8898e
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
certifi==2020.12.05
|
certifi==2020.12.05
|
||||||
babel==2.9.1
|
babel==2.9.1
|
||||||
flask-babel==2.0.0
|
flask-babel==2.0.0
|
||||||
flask==1.1.2
|
flask==1.1.4
|
||||||
idna==2.10
|
idna==2.10
|
||||||
jinja2==2.11.3
|
jinja2==2.11.3
|
||||||
lxml==4.6.3
|
lxml==4.6.3
|
||||||
|
@ -12,6 +12,7 @@ pyyaml==5.4.1
|
||||||
requests[socks]==2.25.1
|
requests[socks]==2.25.1
|
||||||
langdetect==1.0.8
|
langdetect==1.0.8
|
||||||
# cryptography==3.2
|
# cryptography==3.2
|
||||||
|
markupsafe==2.0.1
|
||||||
|
|
||||||
# # Additionnals requirements
|
# # Additionnals requirements
|
||||||
# markupsafe>=0.23
|
# markupsafe>=0.23
|
||||||
|
|
Loading…
Add table
Reference in a new issue