Changeset - 1e2c74a16af2
[Not reviewed]
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-04 21:27:24
branko@majic.rs
MAR-134: Update development requirements to use Ansible 2.7.x.
2 files changed with 13 insertions and 13 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
ansible~=2.5.0
 
ansible~=2.7.0
 
dnspython
 
molecule~=2.14.0
 
molecule~=2.19.0
 
paramiko
 
pip-tools
 
python-vagrant
requirements.txt
Show inline comments
 
@@ -5,9 +5,9 @@
 
#    pip-compile --output-file requirements.txt requirements.in
 
#
 
alabaster==0.7.12         # via sphinx
 
ansible-lint==3.4.21      # via molecule
 
ansible==2.5.11
 
anyconfig==0.9.4          # via molecule
 
ansible-lint==3.4.23      # via molecule
 
ansible==2.7.1
 
anyconfig==0.9.7          # via molecule
 
arrow==0.12.1             # via jinja2-time
 
asn1crypto==0.24.0        # via cryptography
 
atomicwrites==1.2.1       # via pytest
 
@@ -16,7 +16,7 @@ babel==2.6.0              # via sphinx
 
backports.functools-lru-cache==1.5  # via arrow
 
bcrypt==3.1.4             # via paramiko
 
binaryornot==0.4.4        # via cookiecutter
 
cerberus==1.1             # via molecule
 
cerberus==1.2             # via molecule
 
certifi==2018.10.15       # via requests
 
cffi==1.11.5              # via bcrypt, cryptography, pynacl
 
chardet==3.0.4            # via binaryornot, requests
 
@@ -41,19 +41,19 @@ jinja2-time==0.2.0        # via cookiecutter
 
jinja2==2.10              # via ansible, click-completion, cookiecutter, jinja2-time, molecule, sphinx
 
markupsafe==1.0           # via jinja2
 
mccabe==0.6.1             # via flake8
 
molecule==2.14.0
 
molecule==2.19.0
 
monotonic==1.5            # via fasteners
 
more-itertools==4.3.0     # via pytest
 
packaging==18.0           # via sphinx
 
paramiko==2.4.2
 
pathlib2==2.3.2           # via pytest
 
pathspec==0.5.9           # via yamllint
 
pbr==3.0.1                # via git-url-parse, molecule, python-gilt
 
pexpect==4.2.1            # via molecule
 
pbr==4.1.0                # via git-url-parse, molecule, python-gilt
 
pexpect==4.6.0            # via molecule
 
pip-tools==3.1.0
 
pluggy==0.8.0             # via pytest
 
poyo==0.4.2               # via cookiecutter
 
psutil==5.2.2             # via molecule
 
psutil==5.4.6             # via molecule
 
ptyprocess==0.6.0         # via pexpect
 
py==1.7.0                 # via pytest
 
pyasn1==0.4.4             # via paramiko
 
@@ -63,12 +63,12 @@ pyflakes==1.6.0           # via flake8
 
pygments==2.2.0           # via sphinx
 
pynacl==1.3.0             # via paramiko
 
pyparsing==2.3.0          # via packaging
 
pytest==3.9.3             # via testinfra
 
pytest==3.10.0            # via testinfra
 
python-dateutil==2.7.5    # via arrow
 
python-gilt==1.2.1        # via molecule
 
python-vagrant==0.5.15
 
pytz==2018.7              # via babel
 
pyyaml==3.12              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
pyyaml==3.13              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
requests==2.20.0          # via cookiecutter, sphinx
 
scandir==1.9.0            # via pathlib2
 
sh==1.12.14               # via molecule, python-gilt
 
@@ -78,7 +78,7 @@ sphinx-rtd-theme==0.4.2
 
sphinx==1.7.9
 
sphinxcontrib-websupport==1.1.0  # via sphinx
 
tabulate==0.8.2           # via molecule
 
testinfra==1.12.0         # via molecule
 
testinfra==1.16.0         # via molecule
 
tree-format==0.1.2        # via molecule
 
typing==3.6.6             # via sphinx
 
urllib3==1.24.1           # via requests
0 comments (0 inline, 0 general)