-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (31 loc) · 1018 Bytes
/
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
[tool.poetry]
name = "macollector"
version = "1.3.1"
description = "Python-based tool developed to streamline the collection of MAC addresses from Cisco network switches."
authors = ["Noah Keller <nkeller@choctawnation.com>"]
license = "GPL-3.0-or-later"
readme = "docs\\README.md"
repository = "https://github.com/TheZay/Radius_Integration.git"
documentation = "https://github.com/TheZay/Radius_Integration/tree/main/docs"
keywords = ["networking", "cisco", "mac", "mac-address", "switches", "network", "automation"]
[tool.poetry.dependencies]
bcrypt = "^4.1.2"
cffi = "^1.16.0"
cryptography = "^41.0.7"
future = "^0.18.3"
ipaddress = "^1.0.23"
netmiko = "^4.3.0"
ntc-templates = "^4.1.0"
paramiko = "^3.4.0"
pycparser = "^2.21"
pynacl = "^1.5.0"
pyyaml = "^6.0.1"
scp = "^0.14.5"
six = "^1.16.0"
textfsm = "^1.1.3"
python = "^3.8"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/TheZay/Radius_Integration/issues"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"