Просмотр исходного кода

chore(pyproject): update yadt version requirement

- update yadt requirement to >=0.0.1a20, <0.2.0
awwaawwa 1 год назад
Родитель
Сommit
1038c4dbb9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -33,7 +33,7 @@ dependencies = [
     "peewee>=3.17.8",
     "argostranslate",
     "fontTools",
-    "yadt>=0.0.1a20, <0.0.2",
+    "yadt>=0.0.1a20, <0.2.0",
 ]
 
 [project.optional-dependencies]