| 123456789101112131415161718192021222324 |
- [project]
- name = "AI-TAGGING"
- version = "0.1.0"
- description = "智能打标系统"
- authors = [
- {name = "jiayongqiang", email = "15936285643@163.com"},
- ]
- dependencies = [
- "fastapi>=0.128.0",
- "uvicorn>=0.40.0",
- "sentence-transformers>=5.2.2",
- "python-multipart>=0.0.22",
- "requests>=2.32.5",
- "gmssl>=3.2.2"]
- requires-python = "==3.10.*"
- readme = "README.md"
- license = {text = "MIT"}
- [tool.pdm]
- distribution = false
- [tool.pdm.scripts]
- start = "uvicorn src.main:app --port 8080"
|