Przeglądaj źródła

gui and rest 1.1

jrobinAV 2 lat temu
rodzic
commit
75ce157cef
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -19,8 +19,8 @@ with open("README.md") as readme_file:
     readme = readme_file.read()
 
 requirements = [
-    "taipy-gui@git+https://git@github.com/Avaiga/taipy-gui.git@develop",
-    "taipy-rest@git+https://git@github.com/Avaiga/taipy-rest.git@develop",
+    "taipy-gui>=1.1,<1.2",
+    "taipy-rest>=1.1,<1.2",
 ]
 
 extras_require = {