Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "parisforming" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Giacomo Bubba <giacobub@gmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = ">=3.10" | |
| streamlit = "^1.45.1" | |
| openai = "^1.82.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |