draft network diag
This commit is contained in:
parent
0dfeb4bfcf
commit
c7807c7269
5 changed files with 353 additions and 0 deletions
16
__doc__/pyproject.toml
Normal file
16
__doc__/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[tool.poetry]
|
||||
name = "doc"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Yax"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
nwdiag = "^3.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue