Skip to content

Commit

Permalink
fix: adjust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 9, 2024
1 parent d5feda5 commit d64ba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version_string() -> str:
"decorator>=4.4.2",
"mini-racer>=0.12.4;platform_system!='Linux'",
"py-mini-racer>=0.6.0;platform_system=='Linux'",
"akracer>=0.0.13;platform_system=='Linux'",
"akracer[py-mini-racer]>=0.0.13;platform_system=='Linux'",
],
extras_require={
# 这些是额外的依赖集合,可以通过 'pip install akshare[full]' 安装
Expand Down

0 comments on commit d64ba25

Please sign in to comment.