| [tool.poetry] | |
| name = "this-studio" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Somesh <someshfengde@gmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| huggingface-cli = "^0.1" | |
| huggingface-hub = "^0.22.2" | |
| kaggle = "^1.6.12" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |