1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

[fix] Add missing requirement to 'markupsafe'.

This commit is contained in:
opi 2016-05-10 16:19:16 +02:00
parent f9b6c02f22
commit 88e17d06a8

View file

@ -2,6 +2,7 @@ certifi==2015.11.20.1
flask==0.10.1 flask==0.10.1
flask-babel==0.9 flask-babel==0.9
# lxml==3.5.0 # lxml==3.5.0
markupsafe==0.23
ndg-httpsclient==0.4.0 ndg-httpsclient==0.4.0
pyasn1==0.1.9 pyasn1==0.1.9
pyasn1-modules==0.0.8 pyasn1-modules==0.0.8