1
0
Эх сурвалжийг харах

Remove setup requires

(cherry picked from commit f6fbc26b260e14e9d3bd5348657c3aa9f9e972b1)
dinhlongnguyen 1 жил өмнө
parent
commit
206b0a97e1

+ 1 - 0
.github/workflows/release.yml

@@ -71,6 +71,7 @@ jobs:
           python -m pip install --upgrade pip
           pip install build wheel
           # install taipy-gui from based on setup.py version
+          pip install "${{ steps.taipy_gui_version.outputs.VERSION }}"
 
       - name: Build and test the package
         run: |

+ 0 - 3
setup.py

@@ -38,8 +38,6 @@ requirements = [
     "taipy-templates@git+https://git@github.com/Avaiga/taipy-templates.git@develop",
 ]
 
-setup_requirements = [(requirement for requirement in requirements if requirement.startswith("taipy-gui"))]
-
 test_requirements = ["pytest>=3.8"]
 
 extras_require = {
@@ -95,7 +93,6 @@ setup(
         "Programming Language :: Python :: 3.11",
     ],
     description="A 360° open-source platform from Python pilots to production-ready web apps.",
-    setup_requires=setup_requirements,
     install_requires=requirements,
     entry_points={
         "console_scripts": [