-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 822 Bytes
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 822 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
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "api-management-utils"
version = "0.1.0"
description = ""
authors = ["Laurence Smith <laurence.smith@airelogic.com>"]
license = "MIT"
package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
docopt = "^0.6.2"
jinja2 = "^3.1.6"
requests = "^2.32.5"
flake8 = "^7.3.0"
mypy = "^1.18.2"
pytest = "^9.0.2"
pytest-cov = "^7.0.0"
ansible = "^12.2.0"
pyyaml = "^6.0.3"
jmespath = "^1.0.1"
awscli = "^1.38.38"
pydantic = "^1.10.26"
deepdiff = "^8.6.2"
semver = "^3.0"
gitpython = "^3.1.46"
pytest-xdist = "^3.0"
lxml = "^5.0"
boto3 = "^1.37.38"
ansible-core = "^2.19.8"
urllib3 = "^2.6.3"
cryptography = "46.0.6"
click="^8.3.2"
[poetry.group.dev.dependencies]
ansible-lint = "^6.0"
black = "^24.10.0"
flake8 = "^7.3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"