Changeset - 0213e96c07a3
[Not reviewed]
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-24 15:51:10
branko@majic.rs
MAR-140: Updated developement requirements:

- Fixed to more specific versions due to older release needs.
2 files changed with 43 insertions and 25 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
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
requirements.txt
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)