forked from ScribeMD/docker-cache
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (24 loc) · 735 Bytes
/
pyproject.toml
File metadata and controls
28 lines (24 loc) · 735 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
26
27
28
[build-system]
requires = ["poetry-core==1.9.0"]
build-backend = "poetry.core.masonry.api"
[tool]
[tool.commitizen]
version_provider = "poetry"
version_files = [
"package.json:version",
"README.md:docker-cache@"
]
major_version_zero = true
[tool.poetry]
package-mode = false
name = "docker-cache"
version = "0.5.0"
description = "Cache Docker Images Whether Built or Pulled"
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
# Keep in sync with .pre-commit-config.yaml and .tool-versions.
python = "==3.12.2"
[tool.poetry.group.dev.dependencies]
commitizen = "==3.18.4" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "==3.6.2"