[tool.poetry] name = "testcase-paraminer" version = "0.1.0" description = "" authors = ["Sergey Vanyushkin "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" aiofiles = "^24.1.0" beautifulsoup4 = "^4.12.3" python-docx = "^1.1.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"