Explorar o código

Update setup.py

Jean-Robin %!s(int64=3) %!d(string=hai) anos
pai
achega
3a3bf1caa0
Modificáronse 1 ficheiros con 2 adicións e 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>=1.0,<1.1",
-    "taipy-rest>=1.0,<1.1",
+    "taipy-gui@git+https://git@github.com/Avaiga/taipy-gui.git@develop",
+    "taipy-rest@git+https://git@github.com/Avaiga/taipy-rest.git@develop",
 ]
 
 extras_require = {