mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Drop pytomlpp dependency for Python >= 3.11
Rely on tomllib for Python >= 3.11
This commit is contained in:
parent
dbed8da284
commit
ac430a9eaf
2 changed files with 34 additions and 9 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue