mirror of https://github.com/searxng/searxng.git
Compare commits
3 Commits
a38ff9e753
...
5be4ac13cc
Author | SHA1 | Date |
---|---|---|
Markus Heiser | 5be4ac13cc | |
dependabot[bot] | 543ab92fde | |
Markus Heiser | 8fc6297735 |
|
@ -23,3 +23,13 @@
|
||||||
<!--
|
<!--
|
||||||
Closes #234
|
Closes #234
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## Before You Submit
|
||||||
|
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
|
||||||
|
|
||||||
|
- [ ] My code follows the [Contribution Guidelines](https://github.com/searxng/searxng/blob/master/CONTRIBUTING.md)
|
||||||
|
- [ ] I give expressed consent for my work to be used in this repo
|
||||||
|
- [ ] I have tested my work and it functions as intended
|
||||||
|
- [ ] I have included documentation if the change requires such
|
||||||
|
|
||||||
|
If you have problems, e.g. with the documentation (reST markup), then we can help in the review process.
|
||||||
|
|
|
@ -5,7 +5,7 @@ black==24.3.0
|
||||||
pylint==3.3.1
|
pylint==3.3.1
|
||||||
splinter==0.21.0
|
splinter==0.21.0
|
||||||
selenium==4.25.0
|
selenium==4.25.0
|
||||||
Pallets-Sphinx-Themes==2.2.0
|
Pallets-Sphinx-Themes==2.3.0
|
||||||
Sphinx==7.4.7
|
Sphinx==7.4.7
|
||||||
sphinx-issues==5.0.0
|
sphinx-issues==5.0.0
|
||||||
sphinx-jinja==2.0.2
|
sphinx-jinja==2.0.2
|
||||||
|
|
Loading…
Reference in New Issue