Files
QingLong/AI/Manim/generative-manim/pyproject.toml
2025-08-15 09:13:13 +08:00

20 lines
357 B
TOML

[tool.poetry]
name = "streamlit-manim"
version = "0.1.0"
description = ""
authors = ["ash2shukla"]
[tool.poetry.dependencies]
python = ">=3.9.8,<3.11"
manim = "^0.15.1"
streamlit = "^1.14.0"
protobuf = "^3.20.0"
openai = "^0.27.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"