-
- Downloads
pin package version numbers in setup and requirements
... | @@ -4,15 +4,26 @@ jsonschema~=4.18.0 | ... | @@ -4,15 +4,26 @@ jsonschema~=4.18.0 |
fastapi~=0.100.0 | fastapi~=0.100.0 | ||
pydantic~=2.0.2 | pydantic~=2.0.2 | ||
ansible-runner==2.3.3 | ansible-runner==2.3.3 | ||
uvicorn[standard]~=0.22.0 | |||
httpx~=0.24.0 | |||
uvicorn[standard] | ansible-core~=2.15.1 | ||
httpx | ansible_merge_vars~=5.0.0 | ||
GitPython~=3.1.31 | |||
jinja2==3.1.1 | |||
junos-eznc~=2.6.7 | |||
jxmlease~=1.0.3 | |||
ncclient~=0.6.13 | |||
ruamel.yaml~=0.17.32 | |||
xmltodict~=0.13.0 | |||
dictdiffer~=0.9.0 | |||
jmespath~=1.0.1 | |||
pytest | pytest~=7.4.0 | ||
responses | responses~=0.23.1 | ||
sphinx | sphinx | ||
sphinx-rtd-theme | sphinx-rtd-theme | ||
requests | requests~=2.31.0 | ||
docutils | docutils | ||
isort | isort | ||
black | black | ||
... | @@ -21,15 +32,3 @@ mypy | ... | @@ -21,15 +32,3 @@ mypy |
ruff | ruff | ||
types-setuptools | types-setuptools | ||
types-requests | types-requests | ||
ansible-core~=2.15.1 | |||
ansible_merge_vars | |||
GitPython | |||
jinja2==3.1.1 | |||
junos-eznc | |||
jxmlease | |||
ncclient | |||
ruamel.yaml | |||
xmltodict~=0.13.0 | |||
dictdiffer~=0.9.0 | |||
jmespath~=1.0.1 |
Please register or sign in to comment