增加了更丰富飞信息。

This commit is contained in:
dmy
2025-12-26 17:53:24 +08:00
parent 8c7de932fd
commit c888719839
5 changed files with 530 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "storage"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"matplotlib>=3.3.0",
"numpy>=1.19.0",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
]