Spaces:
Running
Running
| [tool.poetry] | |
| name = "python-template" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <you@example.com>"] | |
| [tool.poetry.dependencies] | |
| python = ">=3.10.0,<3.11" | |
| flask = "^2.3.2" | |
| moviepy = "^1.0.3" | |
| streamlit = "^1.25.0" | |
| gradio = "^3.40.1" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" |