Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 8ba0aec Mar 17, 2024 History
1 contributor

Users who have contributed to this file

[tool.poetry]
name = "2024-lonisummit-workshop-automation"
version = "0.1.0"
description = ""
authors = ["Shannon Byrnes <sbyrnes@internet2.edu>"]
readme = "README.md"
packages = [{include = "2024_lonisummit_workshop_automation"}]
[tool.poetry.dependencies]
python = "^3.9"
netmiko = "^4.3.0"
ciscoconfparse = "^1.9.41"
[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"