You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
487 B
TOML
21 lines
487 B
TOML
[project]
|
|
name = "sustechpoints-dev-auto-annotate"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10,<3.11"
|
|
dependencies = [
|
|
"cheroot!=8.4.4",
|
|
"cherrypy>=18.10.0",
|
|
"filterpy>=1.4.5",
|
|
"jinja2>=3.1.6",
|
|
"tensorflow==2.15.0",
|
|
"tensorflow-macos==2.15.0; sys_platform == 'darwin'",
|
|
"fastapi>=0.104.0",
|
|
"uvicorn>=0.37.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://mirrors.aliyun.com/pypi/simple"
|
|
default = true
|