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

move production requirements from requirements.txt to setup.py

parent 7639d7f2
No related branches found
No related tags found
1 merge request!65Feature/small tweaks
jsonschema~=4.20.0
fastapi~=0.104.1
pydantic~=2.0.3
ansible-runner==2.3.4
uvicorn[standard]~=0.22.0
httpx~=0.25.1
ansible-core~=2.16.0
ansible_merge_vars~=5.0.0
GitPython~=3.1.40
jinja2==3.1.2
junos-eznc~=2.6.8
jxmlease~=1.0.3
ncclient~=0.6.13
ruamel.yaml~=0.18.5
xmltodict~=0.13.0
dictdiffer~=0.9.0
jmespath~=1.0.1
# dev requirements
pytest~=7.4.3 pytest~=7.4.3
Faker~=20.0.3 Faker~=20.0.3
responses~=0.24.1 responses~=0.24.1
sphinx~=7.2.6 sphinx~=7.2.6
sphinx-rtd-theme~=1.3.0 sphinx-rtd-theme~=1.3.0
requests~=2.31.0
docutils~=0.18.1 docutils~=0.18.1
mypy~=1.7.0 mypy~=1.7.0
ruff~=0.1.6 ruff~=0.1.6
......
...@@ -9,26 +9,25 @@ setup( ...@@ -9,26 +9,25 @@ setup(
url="https://gitlab.software.geant.org/goat/gap/lso", url="https://gitlab.software.geant.org/goat/gap/lso",
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"jsonschema~=4.18.0",
"fastapi~=0.100.0",
"pydantic~=2.0.2",
"ansible~=8.1.0",
"requests~=2.31.0",
"uvicorn~=0.22.0",
"ncclient~=0.6.13",
"xmltodict~=0.13.0",
"netaddr~=0.8.0",
"jmespath~=1.0.0",
"dictdiffer~=0.9.0",
"ansible-runner~=2.3.3",
"junos-eznc~=2.6.8",
"jxmlease~=1.0.3",
"ansible-core~=2.15.1",
"ansible_merge_vars~=5.0.0", "ansible_merge_vars~=5.0.0",
"httpx~=0.25.1", "ansible-runner~=2.3.4",
"ansible~=8.6.1",
"dictdiffer~=0.9.0",
"fastapi~=0.104.1",
"GitPython~=3.1.40", "GitPython~=3.1.40",
"httpx~=0.25.1",
"jinja2==3.1.2", "jinja2==3.1.2",
"jmespath~=1.0.1",
"jsonschema~=4.20.0",
"junos-eznc~=2.6.8",
"jxmlease~=1.0.3",
"ncclient~=0.6.13",
"netaddr~=0.8.0",
"pydantic~=2.0.3",
"requests~=2.31.0",
"ruamel.yaml~=0.18.5", "ruamel.yaml~=0.18.5",
"uvicorn[standard]~=0.22.0",
"xmltodict~=0.13.0",
], ],
license="MIT", license="MIT",
license_files=("LICENSE.txt",), license_files=("LICENSE.txt",),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment