diff options
author | Alexandre Flament <alexandre.flament@hesge.ch> | 2024-03-02 08:35:48 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-05 17:35:29 +0200 |
commit | ac430a9eafdfdb96cc7a58e5fc5681cd5db8bc73 (patch) | |
tree | 33327ec8699ff367a16715cad29cec23a8d7528b /requirements.txt | |
parent | dbed8da284f0e91bef0fb42606ae10241505b364 (diff) | |
download | searxng-ac430a9eafdfdb96cc7a58e5fc5681cd5db8bc73.tar.gz searxng-ac430a9eafdfdb96cc7a58e5fc5681cd5db8bc73.zip |
Drop pytomlpp dependency for Python >= 3.11
Rely on tomllib for Python >= 3.11
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 98213e4d8..d47cc4c4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ setproctitle==1.3.3 redis==5.0.4 markdown-it-py==3.0.0 fasttext-predict==0.9.2.2 -pytomlpp==1.0.13 +pytomlpp==1.0.13; python_version < '3.11' |