Changeset - bd91d68d35bc
[Not reviewed]
0 2 0
Branko Majic (branko) - 7 years ago 2017-08-21 11:30:35
branko@majic.rs
Noticket: Updated requirements and its input file to include python-vagrant package.
2 files changed with 12 insertions and 10 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
@@ -2,4 +2,5 @@ ansible~=1.9.0
 
dnspython
 
molecule~=1.18.0
 
paramiko
 
pip-tools
 
\ No newline at end of file
 
pip-tools
 
python-vagrant
 
\ No newline at end of file
requirements.txt
Show inline comments
 
@@ -9,20 +9,20 @@ ansible==1.9.6
 
anyconfig==0.7.0          # via molecule
 
arrow==0.10.0             # via jinja2-time
 
asn1crypto==0.22.0        # via cryptography
 
binaryornot==0.4.3        # via cookiecutter
 
binaryornot==0.4.4        # via cookiecutter
 
cffi==1.10.0              # via cryptography
 
chardet==3.0.3            # via binaryornot
 
chardet==3.0.4            # via binaryornot
 
click==6.7                # via cookiecutter, pip-tools
 
colorama==0.3.7           # via molecule
 
configparser==3.5.0       # via flake8
 
cookiecutter==1.4.0       # via molecule
 
cryptography==1.9         # via paramiko
 
cryptography==2.0.3       # via paramiko
 
dnspython==1.15.0
 
enum34==1.1.6             # via cryptography, flake8
 
first==2.0.1              # via pip-tools
 
flake8==3.0.4             # via molecule
 
future==0.16.0            # via cookiecutter
 
idna==2.5                 # via cryptography
 
idna==2.6                 # via cryptography
 
ipaddress==1.0.18         # via cryptography
 
jinja2-time==0.2.0        # via cookiecutter
 
jinja2==2.8               # via ansible, cookiecutter, jinja2-time, molecule
 
@@ -34,15 +34,16 @@ pbr==1.10.0               # via molecule
 
pexpect==4.2.1            # via molecule
 
pip-tools==1.9.0
 
poyo==0.4.1               # via cookiecutter
 
ptyprocess==0.5.1         # via pexpect
 
ptyprocess==0.5.2         # via pexpect
 
py==1.4.34                # via pytest
 
pyasn1==0.2.3             # via paramiko
 
pyasn1==0.3.2             # via paramiko
 
pycodestyle==2.0.0        # via flake8
 
pycparser==2.17           # via cffi
 
pycparser==2.18           # via cffi
 
pycrypto==2.6.1           # via ansible
 
pyflakes==1.2.3           # via flake8
 
pytest==3.1.1             # via testinfra
 
python-dateutil==2.6.0    # via arrow
 
pytest==3.2.1             # via testinfra
 
python-dateutil==2.6.1    # via arrow
 
python-vagrant==0.5.15
 
pyyaml==3.12              # via ansible, ansible-lint, molecule
 
sh==1.11                  # via molecule
 
six==1.10.0               # via ansible-lint, cryptography, pip-tools, python-dateutil, testinfra
0 comments (0 inline, 0 general)