fix package dependency (#3119)

This commit is contained in:
LawyZheng
2025-08-07 03:07:23 +08:00
committed by GitHub
parent 468f5c6051
commit 87b06ae857
2 changed files with 17 additions and 18 deletions

View File

@@ -79,6 +79,7 @@ libcst = "^1.8.2"
curlparser = "^0.1.0"
lmnr = {extras = ["all"], version = "^0.7.0"}
openpyxl = "^3.1.5"
pandas = "^2.3.1"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -102,7 +103,6 @@ fpdf = "^1.7.2"
pypdf = "^5.0.1"
twine = "^6.1.0"
build = "^1.2.2.post1"
pandas = "^2.2.3"
pre-commit = "^4.2.0"
ruff = "^0.11.12"
aiosqlite = "^0.21.0"