| [tool.poetry] | |
| name = "loadoc" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["jxiong <junxiong@360.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| python-docx = "^1.1.0" | |
| [tool.poetry.group.dev.dependencies] | |
| mypy = "^1.8.0" | |
| isort = "^5.13.2" | |
| black = "^24.2.0" | |
| flake8 = "^7.0.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |