Browse Source

chore(pyproject): update yadt version requirement

- update yadt requirement to >=0.0.1a20, <0.2.0
awwaawwa 1 năm trước cách đây
mục cha
commit
1038c4dbb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]