Skip to content

Commit

Permalink
edit fate-test setup.py(#5008)
Browse files Browse the repository at this point in the history
fix client get output data api

Signed-off-by: Yu Wu <yolandawu131@gmail.com>
  • Loading branch information
nemirorox committed Aug 23, 2023
1 parent 5d28d66 commit 1a6b3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/fate_test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package_data = {"": ["*"]}

install_requires = [
"click>=7.1.2,<8.0.0",
"click>=8.0.0",
"loguru>=0.6.0",
"pandas>=1.1.5",
"poetry>=0.12",
Expand All @@ -15,7 +15,7 @@
# "requests_toolbelt>=0.9.1,<0.10.0",
"ruamel.yaml>=0.16.10,<0.17.0",
# "sshtunnel>=0.1.5,<0.2.0",
'colorama>=0.4.4'
'colorama>0.4.4'
]

entry_points = {"console_scripts": ["fate_test = fate_test.scripts.cli:cli"]}
Expand Down

0 comments on commit 1a6b3e8

Please sign in to comment.