18 lines
349 B
TOML
18 lines
349 B
TOML
[tool.poetry]
|
|
name = "testcase-paraminer"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Sergey Vanyushkin <pi3c@yandex.ru>"]
|
|
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"
|