Skip to content
Snippets Groups Projects
Verified Commit 73781c03 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

pin package version numbers in setup and requirements

parent 530a27e9
No related branches found
No related tags found
No related merge requests found
Pipeline #84027 passed
...@@ -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
...@@ -9,15 +9,15 @@ setup( ...@@ -9,15 +9,15 @@ setup(
url="https://gitlab.geant.org/goat/gap/lso", url="https://gitlab.geant.org/goat/gap/lso",
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"jsonschema", "jsonschema~=4.18.0",
"fastapi", "fastapi~=0.100.0",
"pydantic", "pydantic~=2.0.2",
"ansible", "ansible~=8.1.0",
"requests", "requests~=2.31.0",
"uvicorn", "uvicorn~=0.22.0",
"ncclient", "ncclient~=0.6.13",
"xmltodict", "xmltodict~=0.13.0",
"netaddr", "netaddr~=0.8.0",
"jmespath~=1.0.0", "jmespath~=1.0.0",
"dictdiffer~=0.9.0", "dictdiffer~=0.9.0",
"ansible-runner~=2.3.3", "ansible-runner~=2.3.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment