forked from h4ndzdatm0ld/spauto_devnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
58 lines (52 loc) · 1.13 KB
/
pyproject.toml
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
48
49
50
51
52
53
54
55
56
57
58
[tool.poetry]
name = "spauto"
version = "0.1.0"
description = "Playground to study for Cisco Devnet Service Provider Automation exam."
authors = ["h4ndzdatm0ld <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
ncclient = "^0.6.10"
nornir-utils = "^0.1.2"
nornir-netmiko = "^0.1.1"
nornir-jinja2 = "^0.1.2"
pynso = "^1.2.0"
prettyprint = "^0.1.5"
PyYAML = "^5.4.1"
nornir-napalm = "^0.1.2"
ntc-templates = "^2.0.0"
xmltodict = "^0.12.0"
jxmlease = "^1.0.3"
ttp = "^0.7.2"
nornir = "^3.2.0"
netmiko = "^3.4.0"
napalm = "^3.3.1"
pyiosxr = "^0.53"
markupsafe = "2.0.1"
pybatfish = "^2022.10.1"
docker = "^6.0.0"
[tool.poetry.dev-dependencies]
isort = "*"
flake8 = "*"
pydocstyle = "*"
black = "*"
yamllint = "*"
sphinx-autoapi = "*"
myst-parser = "*"
sphinx = "*"
pytest = "*"
ipython = "*"
pybandit = "*"
ansible-lint = "*"
pre-commit = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "pypi_"
url = "https://pypi.org/simple/"
[[tool.poetry.source]]
name = "test-pypi"
secondary = true
url = "https://test.pypi.org/simple/"
[tool.isort]
profile = "black"