1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

consolidate name & display name fields, closes #115

This commit is contained in:
checktheroads
2021-02-10 00:43:40 -07:00
parent 470be49370
commit 72269f38f5
15 changed files with 101 additions and 110 deletions

View File

@@ -47,7 +47,7 @@ netmiko = "^3.3.2"
paramiko = "^2.7.1"
psutil = "^5.7.2"
py-cpuinfo = "^7.0.0"
pydantic = "^1.4"
pydantic = "^1.7.3"
python = ">=3.6.1,<4.0"
redis = "^3.5.3"
scrapli = {extras = ["asyncssh"], version = "^2020.9.26"}