Changeset - 6682ba746801
[Not reviewed]
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-19 15:47:23
branko@majic.rs
MAR-134: Updated requirements:

- Remove workaround for broken pytest.
- Updated all requirements.
2 files changed with 5 insertions and 9 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
@@ -3,10 +3,6 @@ dnspython
 
molecule~=2.19.0
 
paramiko
 
pip-tools
 
python-vagrant
 
sphinx~=1.7.0
 
sphinx_rtd_theme~=0.4.0
 

	
 
# @TODO: Blacklist broken version until fix is released for
 
# https://github.com/pytest-dev/pytest/issues/4304
 
pytest!=3.10.0
 
\ No newline at end of file
requirements.txt
Show inline comments
 
@@ -3,13 +3,13 @@
 
# To update, run:
 
#
 
#    pip-compile --output-file requirements.txt requirements.in
 
#
 
alabaster==0.7.12         # via sphinx
 
ansible-lint==3.4.23      # via molecule
 
ansible==2.7.1
 
ansible==2.7.2
 
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
 
attrs==18.2.0             # via pytest
 
babel==2.6.0              # via sphinx
 
@@ -22,13 +22,13 @@ cffi==1.11.5              # via bcrypt, cryptography, pynacl
 
chardet==3.0.4            # via binaryornot, requests
 
click-completion==0.3.1   # via molecule
 
click==6.7                # via click-completion, cookiecutter, molecule, pip-tools, python-gilt
 
colorama==0.3.9           # via molecule, python-gilt
 
configparser==3.5.0       # via flake8
 
cookiecutter==1.6.0       # via molecule
 
cryptography==2.3.1       # via ansible, paramiko
 
cryptography==2.4.1       # via ansible, paramiko
 
dnspython==1.15.0
 
docutils==0.14            # via sphinx
 
enum34==1.1.6             # via cryptography, flake8
 
fasteners==0.14.1         # via python-gilt
 
flake8==3.5.0             # via molecule
 
funcsigs==1.0.2           # via pytest
 
@@ -36,13 +36,13 @@ future==0.17.1            # via cookiecutter
 
git-url-parse==1.1.0      # via python-gilt
 
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.10              # via ansible, click-completion, cookiecutter, jinja2-time, molecule, sphinx
 
markupsafe==1.0           # via jinja2
 
markupsafe==1.1.0         # via jinja2
 
mccabe==0.6.1             # via flake8
 
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
 
@@ -60,19 +60,19 @@ pyasn1==0.4.4             # via paramiko
 
pycodestyle==2.3.1        # via flake8
 
pycparser==2.19           # via cffi
 
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
 
pytest==4.0.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.13              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
requests==2.20.0          # via cookiecutter, sphinx
 
requests==2.20.1          # via cookiecutter, sphinx
 
scandir==1.9.0            # via pathlib2
 
sh==1.12.14               # via molecule, python-gilt
 
six==1.11.0               # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, molecule, more-itertools, packaging, pathlib2, pip-tools, pynacl, pytest, python-dateutil, sphinx, testinfra
 
snowballstemmer==1.2.1    # via sphinx
 
sphinx-rtd-theme==0.4.2
 
sphinx==1.7.9
0 comments (0 inline, 0 general)