| [project] | |
| name = "whatsapp-text-classification-api" | |
| version = "0.1.0" | |
| description = "" | |
| authors = [ | |
| {name = "titanabrian",email = "titanabrian.05@gmail.com"} | |
| ] | |
| readme = "README.md" | |
| dependencies = [ | |
| "fastapi (>=0.115.14,<0.116.0)", | |
| "pydantic (>=2.11.7,<3.0.0)", | |
| "transformers (>=4.53.1,<5.0.0)", | |
| "torch (>=2.7.1,<3.0.0)", | |
| "uvicorn (>=0.35.0,<0.36.0)" | |
| ] | |
| [tool.poetry.dependencies] | |
| python = ">=3.9,<3.12" | |
| [build-system] | |
| requires = ["poetry-core>=2.0.0,<3.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |