Sfoglia il codice sorgente

fix dependency on templates (#207)

Jean-Robin 1 anno fa
parent
commit
75b8d45284
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -31,7 +31,7 @@ requirements = [
     "cookiecutter>=2.1.1,<2.2",
     "taipy-gui>=2.3,<2.4",
     "taipy-rest>=2.3,<2.4",
-    "taipy-gui>=2.3,<2.4",
+    "taipy-templates>=2.3,<2.4",
 ]
 
 test_requirements = ["pytest>=3.8"]