[tool.poetry] name = "ht_speech_data" version = "0.1.0" description = "" authors = ["nucklehead "] license = "MIT" [tool.poetry.dependencies] python = "^3.8" [tool.poetry.dev-dependencies] datasets = "^1.5.0" huggingface-hub = "^0.0.8" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"