Spaces:
Running
Running
| [build-system] | |
| requires = ["setuptools>=70", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "All API Collection" | |
| version = "1.0.0" | |
| description = "All API Collection" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| license = { text = "MIT" } | |
| dependencies = [ | |
| "markitdown[all]>=0.1.5", | |
| "fastapi>=0.111", | |
| "uvicorn[standard]>=0.30", | |
| "pydantic>=2.7", | |
| "pydantic-settings>=2.0.0", | |
| "python-multipart>=0.0.9", | |
| "httpx>=0.27", | |
| "youtube-transcript-api>=1.2.4", | |
| "pyfiglet>=1.0.0", | |
| "rich>=13.7", | |
| "numpy>=1.26.0", | |
| "rapidocr-onnxruntime>=1.4.4", | |
| "onnxruntime>=1.18.0", | |
| "pillow>=10.0.0", | |
| "pypdfium2>=4.30.0", | |
| "pandas>=2.0.0", | |
| "spacy>=3.7.0", | |
| "phonenumbers>=8.13.0", | |
| ] | |
| [project.optional-dependencies] | |
| dev = ["pytest>=8", "pytest-asyncio>=0.23"] | |
| [tool.setuptools.packages.find] | |
| where = ["."] | |
| include = ["All API Collection*"] | |