-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (37 loc) · 1.13 KB
/
pyproject.toml
File metadata and controls
40 lines (37 loc) · 1.13 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
[project]
name = "ansible-collection-containers"
version = "1.6.6"
authors = [{ name = "VEXXHOST, Inc.", email = "support@vexxhost.com" }]
description = "Ansible collection for deploying container components"
readme = "README.md"
requires-python = ">=3.11"
license = "Apache-2.0"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: OpenStack",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"ansible-core>=2.18",
"docker-image-py>=0.1.12",
"jmespath>=1.0.1",
]
[dependency-groups]
dev = [
"molecule>=25.9.0.rc1",
"pytest>=8.4.1",
"pytest-forked>=1.6.0",
"pytest-xdist>=3.7.0",
]
[project.urls]
source = "https://github.com/vexxhost/ansible-collection-containers"
issues = "https://github.com/vexxhost/ansible-collection-containers/issues"
[tool.uv]
package = false