-
- Downloads
Made pipeline happy.
parent
3e9c2792
Branches
Tags
Showing
- gso/cli/netbox.py 1 addition, 1 deletiongso/cli/netbox.py
- gso/services/netbox_client.py 50 additions, 84 deletionsgso/services/netbox_client.py
- gso/utils/device_info.py 4 additions, 10 deletionsgso/utils/device_info.py
- gso/utils/exceptions.py 1 addition, 1 deletiongso/utils/exceptions.py
- gso/workflows/router/create_router.py 6 additions, 6 deletionsgso/workflows/router/create_router.py
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- test/conftest.py 1 addition, 1 deletiontest/conftest.py
- utils/netboxcli.py 60 additions, 63 deletionsutils/netboxcli.py
... | @@ -2,7 +2,6 @@ orchestrator-core==1.3.0 | ... | @@ -2,7 +2,6 @@ orchestrator-core==1.3.0 |
requests==2.31.0 | requests==2.31.0 | ||
infoblox-client~=0.6.0 | infoblox-client~=0.6.0 | ||
pycountry==22.3.5 | pycountry==22.3.5 | ||
pytest==7.4.2 | pytest==7.4.2 | ||
faker==19.6.2 | faker==19.6.2 | ||
responses==0.23.3 | responses==0.23.3 | ||
... | @@ -13,4 +12,5 @@ mypy==1.5.1 | ... | @@ -13,4 +12,5 @@ mypy==1.5.1 |
ruff==0.0.290 | ruff==0.0.290 | ||
sphinx==7.2.6 | sphinx==7.2.6 | ||
sphinx-rtd-theme==1.3.0 | sphinx-rtd-theme==1.3.0 | ||
urllib3_mock==0.3.3 | urllib3_mock==0.3.3 | ||
\ No newline at end of file | pynetbox==7.2.0 |
Please register or sign in to comment