forked from zaclys/searxng
Remove pyasn1-modules from dependencies
According to https://github.com/kennethreitz/requests/issues/749#issuecomment-19187417 there is no need to install pyasn1-modules.
This commit is contained in:
parent
0d4da30c7f
commit
0af50e8505
|
@ -4,7 +4,6 @@ flask-babel==0.11.1
|
||||||
lxml==3.7.1
|
lxml==3.7.1
|
||||||
ndg-httpsclient==0.4.2
|
ndg-httpsclient==0.4.2
|
||||||
pyasn1==0.1.9
|
pyasn1==0.1.9
|
||||||
pyasn1-modules==0.0.8
|
|
||||||
pygments==2.1.3
|
pygments==2.1.3
|
||||||
pyopenssl==16.2.0
|
pyopenssl==16.2.0
|
||||||
python-dateutil==2.5.3
|
python-dateutil==2.5.3
|
||||||
|
|
Loading…
Reference in New Issue