File size: 341 Bytes
5761122 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[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"
|