This reverts commit 9e9a1ac6c3bb520e6813eead47b74a81ea9793f0, reversing
changes made to 5b1f04fff091ce9b61cd6167993ab44a9b8874bf.
We can't upgrade to jinja2==3.0.0 until Sphinx 4.1.0 has been released [1][2]
ERROR: Cannot install -r /share/searx/requirements-dev.txt (line 11) and jinja2==3.0.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested jinja2==3.0.0
sphinx 4.0.1 depends on Jinja2<3.0 and >=2.3
[1] https://github.com/sphinx-doc/sphinx/issues/9088#issuecomment-831020758
[2] https://github.com/sphinx-doc/sphinx/pull/9161
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
certifi==2020.12.05
|
|
babel==2.9.1
|
|
flask-babel==2.0.0
|
|
flask==1.1.2
|
|
jinja2==2.11.3
|
|
lxml==4.6.3
|
|
pygments==2.8.1
|
|
python-dateutil==2.8.1
|
|
pyyaml==5.4.1
|
|
httpx[http2]==0.17.1
|
|
Brotli==1.0.9
|
|
uvloop==0.15.2; python_version >= '3.7'
|
|
uvloop==0.14.0; python_version < '3.7'
|
|
httpx-socks[asyncio]==0.3.1
|
|
langdetect==1.0.9
|
|
setproctitle==1.2.2
|