Skip to content

Commit

Permalink
requirements: simplify requirements.txt files since having all module…
Browse files Browse the repository at this point in the history
…s makes CI checks impossible
  • Loading branch information
saltydk committed May 29, 2024
1 parent 6885267 commit 655bce7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 77 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-docker-controller.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker==7.0.0
docker==7.0.1
uvicorn==0.29.0
fastapi==0.111.0
requests==2.31.0
33 changes: 1 addition & 32 deletions requirements/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
ansible-lint==24.5.0
ansible==9.6.0
attrs==23.2.0
black==24.4.2
bracex==2.4
cffi==1.16.0
click==8.1.7
cryptography==42.0.7
filelock==3.14.0
importlib_metadata==7.1.0
Jinja2==3.1.4
ansible-lint==24.5.0
jmespath==1.0.1
jsonschema-specifications==2023.12.1
jsonschema==4.22.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
mypy-extensions==1.0.0
packaging==24.0
pathspec==0.12.1
platformdirs==4.2.2
pycparser==2.22
Pygments==2.18.0
PyYAML==6.0.1
referencing==0.35.1
resolvelib==1.0.1
rich==13.7.1
rpds-py==0.18.1
ruamel.yaml.clib==0.2.8
ruamel.yaml==0.18.6
subprocess-tee==0.4.1
wcmatch==8.5.2
yamllint==1.35.1
zipp==3.19.0
49 changes: 5 additions & 44 deletions requirements/requirements-saltbox.txt
Original file line number Diff line number Diff line change
@@ -1,55 +1,16 @@
ansible-lint==24.5.0
ansible==9.6.0
apprise==1.8.0
argon2-cffi-bindings==21.2.0
argon2-cffi==23.1.0
attrs==23.2.0
black==24.4.2
bracex==2.4
certbot==2.10.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cryptography==42.0.7
ansible-lint==24.5.0
argon2_cffi==23.1.0
dnspython==2.6.1
docker==7.1.0
filelock==3.14.0
idna==3.7
importlib_metadata==7.1.0
Jinja2==3.1.4
docker==7.0.0
jinja2==3.1.4
jmespath==1.0.1
jsonschema-specifications==2023.12.1
jsonschema==4.22.0
lxml==5.2.2
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
mypy-extensions==1.0.0
ndg-httpsclient==0.5.1
netaddr==1.2.1
packaging==24.0
passlib==1.7.4
pathspec==0.12.1
platformdirs==4.2.2
pyasn1==0.6.0
pycparser==2.22
Pygments==2.18.0
PyMySQL==1.1.1
PyMySQL==1.1.0
pyOpenSSL==24.1.0
PyYAML==6.0.1
referencing==0.35.1
requests==2.31.0
resolvelib==1.0.1
rich==13.7.1
rpds-py==0.18.1
ruamel.yaml.clib==0.2.8
ruamel.yaml==0.18.6
setuptools==70.0.0
subprocess-tee==0.4.1
tld==0.13
urllib3==2.2.1
wcmatch==8.5.2
wheel==0.43.0
yamllint==1.35.1
zipp==3.19.0

0 comments on commit 655bce7

Please sign in to comment.