瀏覽代碼

Update setup.py

Jean-Robin 3 年之前
父節點
當前提交
3a3bf1caa0
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 = {