forked from testcontainers/testcontainers-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (22 loc) · 702 Bytes
/
pyproject.toml
File metadata and controls
25 lines (22 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tool.poetry]
name = "testcontainers-docs"
version = "0.1.0"
description = "Documentation site for testcontainers-python"
authors = ["Sergey Pirogov <automationremarks@gmail.com>"]
maintainers = [
"Balint Bartha <totallyzen@users.noreply.github.com>",
"David Ankin <daveankin@gmail.com>",
"Vemund Santi <vemund@santi.no>",
]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
mkdocs = "^1.5.3"
mkdocs-material = "^9.5.0"
mkdocs-markdownextradata-plugin = "^0.2.6"
mkdocs-codeinclude-plugin = "^0.2.1"
mkdocs-include-markdown-plugin = "^7.1.5"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"