diff --git a/requirements.in b/requirements.in index a51f44b6211bd71fe4c14d924b79f1f98d736f94..b04c3fb0c0ec16d8054260288cb9a6d2b4ab00eb 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,9 @@ ansible~=2.3.0 dnspython -molecule~=1.25.0 +molecule==1.25.0 paramiko pip-tools -python-vagrant \ No newline at end of file +python-vagrant +pytest~=3.2.0 +testinfra~=1.5.0 +sphinx \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ac3c8dafe0f667fb5df344c62fbde1a8bd28d28c..cc043be7b547d71898643c045f0a46e680caa0b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,49 +4,64 @@ # # pip-compile --output-file requirements.txt requirements.in # +alabaster==0.7.12 # via sphinx ansible-lint==3.4.12 # via molecule -ansible==2.3.2.0 +ansible==2.3.3.0 anyconfig==0.7.0 # via molecule -arrow==0.10.0 # via jinja2-time -asn1crypto==0.22.0 # via cryptography +arrow==0.12.1 # via jinja2-time +asn1crypto==0.24.0 # via cryptography +babel==2.6.0 # via sphinx +backports.functools-lru-cache==1.5 # via arrow binaryornot==0.4.4 # via cookiecutter -cffi==1.10.0 # via cryptography -chardet==3.0.4 # via binaryornot +certifi==2018.10.15 # via requests +cffi==1.11.5 # via cryptography +chardet==3.0.4 # via binaryornot, requests click==6.7 # via cookiecutter, molecule, pip-tools colorama==0.3.7 # via molecule configparser==3.5.0 # via flake8 cookiecutter==1.5.1 # via molecule -cryptography==2.0.3 # via paramiko +cryptography==2.4.2 # via paramiko dnspython==1.15.0 +docutils==0.14 # via sphinx enum34==1.1.6 # via cryptography, flake8 -first==2.0.1 # via pip-tools flake8==3.3.0 # via molecule -future==0.16.0 # via cookiecutter -idna==2.6 # via cryptography -ipaddress==1.0.18 # via cryptography +future==0.17.1 # via cookiecutter +idna==2.7 # via cryptography, requests +imagesize==1.1.0 # via sphinx +ipaddress==1.0.22 # via cryptography jinja2-time==0.2.0 # via cookiecutter -jinja2==2.9.6 # via ansible, cookiecutter, jinja2-time, molecule -markupsafe==1.0 # via jinja2 +jinja2==2.9.6 # via ansible, cookiecutter, jinja2-time, molecule, sphinx +markupsafe==1.1.0 # via jinja2 mccabe==0.6.1 # via flake8 molecule==1.25.0 +packaging==18.0 # via sphinx paramiko==2.1.2 pbr==2.1.0 # via molecule pexpect==4.2.1 # via molecule -pip-tools==1.9.0 -poyo==0.4.1 # via cookiecutter -ptyprocess==0.5.2 # via pexpect -py==1.4.34 # via pytest -pyasn1==0.3.2 # via paramiko +pip-tools==3.1.0 +poyo==0.4.2 # via cookiecutter +ptyprocess==0.6.0 # via pexpect +py==1.7.0 # via pytest +pyasn1==0.4.4 # via paramiko pycodestyle==2.3.1 # via flake8 -pycparser==2.18 # via cffi +pycparser==2.19 # via cffi pycrypto==2.6.1 # via ansible pyflakes==1.5.0 # via flake8 -pytest==3.2.1 # via testinfra -python-dateutil==2.6.1 # via arrow +pygments==2.2.0 # via sphinx +pyparsing==2.3.0 # via packaging +pytest==3.2.5 +python-dateutil==2.7.5 # via arrow python-vagrant==0.5.15 +pytz==2018.7 # via babel pyyaml==3.12 # via ansible, ansible-lint, molecule +requests==2.20.1 # via sphinx sh==1.12.13 # via molecule -six==1.10.0 # via ansible-lint, cryptography, pip-tools, python-dateutil, testinfra +six==1.11.0 # via ansible-lint, cryptography, packaging, pip-tools, python-dateutil, sphinx, testinfra +snowballstemmer==1.2.1 # via sphinx +sphinx==1.8.2 +sphinxcontrib-websupport==1.1.0 # via sphinx tabulate==0.7.7 # via molecule -testinfra==1.5.5 # via molecule -whichcraft==0.4.1 # via cookiecutter +testinfra==1.5.5 +typing==3.6.6 # via sphinx +urllib3==1.24.1 # via requests +whichcraft==0.5.2 # via cookiecutter