Drop pytomlpp dependency for Python >= 3.11
Rely on tomllib for Python >= 3.11
This commit is contained in:
committed by
Markus Heiser
parent
dbed8da284
commit
ac430a9eaf
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user