Spaces:
Build error
Build error
| [tool.poetry] | |
| name = "news-extractor" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Ümit Gündüz <[email protected]>"] | |
| license = "Apache License 2.0" | |
| readme = "README.md" | |
| packages = [{ include = "src" }] | |
| [tool.poetry.scripts] | |
| app = "app:start" | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| fastapi = "^0.95.2" | |
| pyyaml = "^6.0" | |
| beautifulsoup4 = "^4.12.2" | |
| progress = "^1.6" | |
| lxml = "^4.9.2" | |
| cssselect = "^1.2.0" | |
| #torch = "^2.0.1" | |
| torch = "^1.13.1" | |
| evaluate = "^0.4.0" | |
| seqeval = "^1.2.2" | |
| requests = "^2.31.0" | |
| nltk = "^3.8.1" | |
| tabulate = "^0.9.0" | |
| pandas = "^2.0.1" | |
| tqdm = "^4.65.0" | |
| transformers = "^4.29.2" | |
| mmh3 = "^4.0.0" | |
| dateparser = "^1.1.8" | |
| uvicorn = "^0.22.0" | |
| gradio = "^3.32.0" | |
| humanize = "^4.6.0" | |
| seaborn = "^0.12.2" | |
| matplotlib="^3.7.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |