|
@@ -29,9 +29,9 @@ with open(f"src{os.sep}taipy{os.sep}version.json") as version_file:
|
|
|
|
|
|
requirements = [
|
|
requirements = [
|
|
"cookiecutter>=2.1.1,<2.2",
|
|
"cookiecutter>=2.1.1,<2.2",
|
|
- "taipy-gui>=2.4,<2.5",
|
|
|
|
- "taipy-rest>=2.4,<2.5",
|
|
|
|
- "taipy-templates>=2.4,<2.5",
|
|
|
|
|
|
+ "taipy-rest@git+https://git@github.com/Avaiga/taipy-rest.git@develop",
|
|
|
|
+ "taipy-gui@git+https://git@github.com/Avaiga/taipy-gui.git@develop",
|
|
|
|
+ "taipy-templates@git+https://git@github.com/Avaiga/taipy-templates.git@develop",
|
|
]
|
|
]
|
|
|
|
|
|
test_requirements = ["pytest>=3.8"]
|
|
test_requirements = ["pytest>=3.8"]
|