Explorar el Código

gui and rest 1.1

jrobinAV hace 3 años
padre
commit
75ce157cef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 = {