Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
2cc4cd03
Unverified
Commit
2cc4cd03
authored
Mar 06, 2023
by
Yifan Xiong
Committed by
GitHub
Mar 06, 2023
Browse files
Limit ansible_runner version for Python3.6 (#485)
Limit ansible_runner version to less than 2.3.2 for Python3.6.
parent
eba298f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
2cc4cd03
...
...
@@ -149,7 +149,7 @@ def run(self):
],
install_requires
=
[
'ansible_base>=2.10.9;os_name=="posix"'
,
'ansible_runner>=2.0.0rc1'
,
'ansible_runner>=2.0.0rc1
, <2.3.2
'
,
'colorlog>=6.7.0'
,
'importlib_metadata'
,
'jinja2>=2.10.1'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment