-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (42 loc) · 1.11 KB
/
pyproject.toml
File metadata and controls
47 lines (42 loc) · 1.11 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
41
42
43
44
45
46
47
[tool.poetry]
name = "invariant-client"
version = "2.2.1"
description = "Invariant: manage ACLs in an entirely new way"
authors = ["Rob Ankeny <ankenyr@gmail.com>", "Jason Benterou <jason.benterou@invariant.tech>"]
readme = "README.md"
include = ["invariant_client/VERSION"]
[tool.poetry.scripts]
invariant = "invariant_client.cli:EntryPoint"
[tool.poetry.dependencies]
python = "^3.10"
pyarrow = "^20.0.0"
pydantic = "^2.4.2"
tabulate = "^0.9.0"
httpx = ">=0.20.0,<0.26.0"
attrs = ">=21.3.0"
python-dateutil = "^2.8.0"
pandas = "^2.2.0"
rich = "^13.7.0"
numpy = ">=1.26,<2"
backoff = "^2.2.1"
ijson = "^3.3.0"
pyyaml = "^6.0.2"
boto3 = "^1.36.12"
boto3-stubs = {extras = ["ec2", "elbv2", "rds"], version = "^1.36.15"}
netconan = "^0.13.0"
netmiko = "^4.5.0"
keyring = "^25.6.0"
msal-extensions = "^1.3.1"
xdg-base-dirs = "^6.0.2"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"
openapi-python-client = "^0.24.3"
pytest = "^8.3.4"
moto = "^5.1.0"
pytest-cov = "^6.0.0"
pytest-mock = "^3.14.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
verbosity_assertions = 2