| [project] | |
| name = "doubao_parser" | |
| version = "1.0.4" | |
| description = "Doubao Parser - Extract images and videos from Doubao or Qianwen links" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.128.0", | |
| "uvicorn[standard]>=0.40.0", | |
| "httpx>=0.28.1", | |
| "pydantic>=2.12.5", | |
| "pydantic-settings>=2.12.0", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.uv.sources] | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["doubao_parser"] | |