|
[tool.poetry] |
|
name = "manimator" |
|
version = "0.1.0" |
|
description = "Transform research papers and mathematical concepts into stunning visual explanations (using the manim engine), powered by AI" |
|
authors = ["Samarth P <[email protected]>", "Vyoman Jain <[email protected]>", "Shiva Golugula <[email protected]>", "Sai Sathvik <[email protected]>"] |
|
license = "MIT" |
|
readme = "README.md" |
|
|
|
[tool.poetry.dependencies] |
|
python = ">=3.11,<3.13" |
|
fastapi = "^0.115.6" |
|
uvicorn = "^0.34.0" |
|
python-dotenv = "^1.0.1" |
|
litellm = "^1.56.10" |
|
python-multipart = "^0.0.20" |
|
tenacity = "^9.0.0" |
|
manim = "^0.18.1" |
|
pypdf2 = "^3.0.1" |
|
gradio = "^5.9.1" |
|
|
|
|
|
[build-system] |
|
requires = ["poetry-core"] |
|
build-backend = "poetry.core.masonry.api" |
|
|