Skip to content

Commit

Permalink
edit fate-test requirements(#5008)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Wu <yolandawu131@gmail.com>
  • Loading branch information
nemirorox committed Aug 22, 2023
1 parent 5585800 commit 5d28d66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 5 additions & 7 deletions python/fate_test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
requests_toolbelt = "^0.9.1"
requests = "^2.24.0"
click = "^7.1.2"
click = ">=8.0.0"
"ruamel.yaml" = "^0.16.10"
loguru = ">=0.6.0"
prettytable = "^1.0.0"
sshtunnel = "^0.1.5"
pandas = ">=1.1.5"
colorama = "^0.4.4"
colorama = ">0.4.4"
prettytable = "<2.0.0,>=1.0.0"
loguru = ">=0.6.0"
poetry = ">=0.12"

[tool.poetry.dev-dependencies]

Expand Down
7 changes: 7 additions & 0 deletions python/requirements-fate-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
colorama>0.4.4
prettytable<2.0.0,>=1.0.0
loguru>=0.6.0
poetry>=0.12
pandas==1.1.5
ruamel-yaml==0.16.10
click >=8.0.0

0 comments on commit 5d28d66

Please sign in to comment.