Drop pytomlpp dependency for Python >= 3.11

Rely on tomllib for Python >= 3.11
This commit is contained in:
Alexandre Flament 2024-03-02 08:35:48 +01:00 committed by Markus Heiser
parent dbed8da284
commit ac430a9eaf
2 changed files with 34 additions and 9 deletions

View file

@ -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'