Browse Source

Update setup.py

Jean-Robin 3 years ago
parent
commit
3a3bf1caa0
1 changed files with 2 additions and 2 deletions
  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 = {