24 lines
634 B
TOML
24 lines
634 B
TOML
|
|
[project]
|
||
|
|
name = "data-extractor-converter"
|
||
|
|
version = "1.0.0"
|
||
|
|
description = "数据提取与转换器 - 专为大学生开发的多功能数据处理工具"
|
||
|
|
requires-python = ">=3.8"
|
||
|
|
dependencies = [
|
||
|
|
"streamlit>=1.28.0",
|
||
|
|
"pandas>=2.0.3",
|
||
|
|
"requests>=2.31.0",
|
||
|
|
"beautifulsoup4>=4.12.2",
|
||
|
|
"pymupdf>=1.23.7",
|
||
|
|
"pytesseract>=0.3.10",
|
||
|
|
"pillow>=10.0.0",
|
||
|
|
"openpyxl>=3.1.2",
|
||
|
|
"sqlalchemy>=2.0.20",
|
||
|
|
"pymysql>=1.1.0",
|
||
|
|
"python-dotenv>=1.0.0",
|
||
|
|
"pyodbc>=4.0.0",
|
||
|
|
"alibabacloud-ocr-api20210707>=1.0.2",
|
||
|
|
"alibabacloud-tea-openapi>=0.3.6",
|
||
|
|
"alibabacloud-tea-util>=0.3.8",
|
||
|
|
"aiohttp>=3.8.0",
|
||
|
|
]
|