forked from Icycoide/searxng
[mod] drop Python 3.5 support
This commit is contained in:
parent
8d0312d014
commit
f5c3cb7afa
3 changed files with 7 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
|||
mock==4.0.3; python_version >= "3.6"
|
||||
mock==2.0.0; python_version < "3.6"
|
||||
mock==4.0.3
|
||||
nose2[coverage_plugin]==0.9.2
|
||||
cov-core==1.15.0
|
||||
pycodestyle==2.6.0
|
||||
|
@ -8,16 +7,12 @@ splinter==0.14.0
|
|||
transifex-client==0.14.2
|
||||
unittest2==1.1.0
|
||||
selenium==3.141.0
|
||||
twine==3.3.0; python_version >= "3.6"
|
||||
twine==1.15.0; python_version < "3.6"
|
||||
twine==3.3.0
|
||||
Pallets-Sphinx-Themes==1.2.3
|
||||
Sphinx==3.4.1; python_version >= '3.6'
|
||||
Sphinx==3.0.1; python_version < '3.6'
|
||||
Sphinx==3.4.1
|
||||
sphinx-issues==1.2.0
|
||||
sphinx-jinja==1.1.1
|
||||
sphinx-tabs==1.3.0; python_version >= '3.6'
|
||||
sphinx-tabs==1.1.13; python_version < '3.6'
|
||||
sphinx-tabs==1.3.0
|
||||
sphinxcontrib-programoutput==0.16
|
||||
sphinx-autobuild==2020.9.1; python_version >= '3.6'
|
||||
sphinx-autobuild==0.7.1; python_version < '3.6'
|
||||
sphinx-autobuild==2020.9.1
|
||||
linuxdoc==20210110
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue