CoolFace
Apppublic

MegaTronX/Subsystem_OS_Command_Access

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
pyproject.toml17 linesDownload Raw Back to root
1[tool.poetry]2name = "ttw-hf-spaces"3version = "0.1.0"4description = "testrun"5authors = ["freemt"]6 7[tool.poetry.dependencies]8python = "^3.7"9chardet = "^4.0.0"10cchardet = "^2.1.7"11 12[tool.poetry.dev-dependencies]13 14[build-system]15requires = ["poetry-core>=1.0.0"]16build-backend = "poetry.core.masonry.api"17