Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unix/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
ansible = "<2.10"
ansible = "<6"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

phew that's a lot of major versions

machine_stats = {editable = true, path = "."}
pluginbase = "*"

Expand Down
202 changes: 199 additions & 3 deletions unix/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions unix/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ black==25.9.0
build==1.3.0
bump2version==1.0.1
certifi==2025.10.5
cffi==2.0.0
charset-normalizer==3.4.4
click==8.3.0
cryptography==46.0.3
dill==0.4.0
docutils==0.22.2
exceptiongroup==1.3.0
Expand All @@ -19,6 +21,7 @@ isort==7.0.0
jaraco.classes==3.4.0
jaraco.context==6.0.1
jaraco.functools==4.3.0
jeepney==0.9.0
keyring==25.6.0
markdown-it-py==4.0.0
mccabe==0.7.0
Expand All @@ -31,6 +34,7 @@ pathspec==0.12.1
platformdirs==4.5.0
pluggy==1.6.0
pycodestyle==2.14.0
pycparser==2.23
pyflakes==3.4.0
pygments==2.19.2
pylint==4.0.2
Expand All @@ -43,6 +47,7 @@ requests==2.32.5
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==14.2.0
secretstorage==3.4.0
setuptools==80.9.0
tomli==2.3.0
tomlkit==0.13.3
Expand Down
5 changes: 4 additions & 1 deletion unix/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
-i https://pypi.org/simple
ansible==2.9.27
ansible==4.10.0
ansible-core==2.11.12
cffi==2.0.0
cryptography==46.0.3
jinja2==3.1.6
-e .
markupsafe==3.0.3
packaging==25.0
pluginbase==1.0.1
pycparser==2.23
pyyaml==6.0.3
resolvelib==0.5.4
typing-extensions==4.15.0
2 changes: 1 addition & 1 deletion unix/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package_data={"": ["modules/*", "plugins/*"]},
url="https://github.com/tidalmigrations/machine_stats",
install_requires=[
"ansible<2.10",
"ansible<5,>4",
"pluginbase==1.0.1",
],
entry_points={
Expand Down