This commit is contained in:
ls
2025-03-31 11:46:14 +08:00
parent bce251c89a
commit 4c1d9bf55e
5 changed files with 56 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ flask = "^3.1.0"
minio = "^7.2.12"
mysql-connector-python = "^9.1.0"
urllib3 = "^2.2.3"
pandas = "^2.2.3"
openpyxl = "^3.1.5"
[build-system]