15 lines
363 B
TOML
15 lines
363 B
TOML
[project]
|
|
name = "service"
|
|
version = "0.1"
|
|
description = "This project is the web servcie sub-system for if.u projuect"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"alibabacloud-ocr-api20210707>=3.1.3",
|
|
"alibabacloud-tea-openapi>=0.4.1",
|
|
"fastapi>=0.118.3",
|
|
"qiniu>=7.17.0",
|
|
"sqlalchemy>=2.0.44",
|
|
"uvicorn>=0.38.0",
|
|
]
|