Changeset - 12a01c93dfad
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-11-04 10:16:14
branko@majic.rs
Noticket: Update virtualenv requirements for development.
1 file changed with 32 insertions and 31 deletions:
0 comments (0 inline, 0 general)
requirements.txt
Show inline comments
 
@@ -4,20 +4,20 @@
 
#
 
#    pip-compile --output-file requirements.txt requirements.in
 
#
 
alabaster==0.7.11         # via sphinx
 
alabaster==0.7.12         # via sphinx
 
ansible-lint==3.4.21      # via molecule
 
ansible==2.5.6
 
ansible==2.5.11
 
anyconfig==0.9.4          # via molecule
 
arrow==0.12.1             # via jinja2-time
 
asn1crypto==0.24.0        # via cryptography
 
atomicwrites==1.1.5       # via pytest
 
attrs==18.1.0             # via pytest
 
atomicwrites==1.2.1       # via pytest
 
attrs==18.2.0             # via pytest
 
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
 
certifi==2018.4.16        # via requests
 
certifi==2018.10.15       # via requests
 
cffi==1.11.5              # via bcrypt, cryptography, pynacl
 
chardet==3.0.4            # via binaryornot, requests
 
click-completion==0.3.1   # via molecule
 
@@ -25,18 +25,17 @@ click==6.7                # via click-completion, cookiecutter, molecule, pip-to
 
colorama==0.3.9           # via molecule, python-gilt
 
configparser==3.5.0       # via flake8
 
cookiecutter==1.6.0       # via molecule
 
cryptography==2.2.2       # via ansible, paramiko
 
cryptography==2.3.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
 
first==2.0.1              # via pip-tools
 
flake8==3.5.0             # via molecule
 
funcsigs==1.0.2           # via pytest
 
future==0.16.0            # via cookiecutter
 
future==0.17.1            # via cookiecutter
 
git-url-parse==1.1.0      # via python-gilt
 
idna==2.7                 # via cryptography, requests
 
imagesize==1.0.0          # via sphinx
 
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
 
@@ -44,42 +43,44 @@ markupsafe==1.0           # via jinja2
 
mccabe==0.6.1             # via flake8
 
molecule==2.14.0
 
monotonic==1.5            # via fasteners
 
more-itertools==4.2.0     # via pytest
 
packaging==17.1           # via sphinx
 
paramiko==2.4.1
 
pathspec==0.5.6           # via yamllint
 
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
 
pip-tools==2.0.2
 
pluggy==0.6.0             # via pytest
 
poyo==0.4.1               # via cookiecutter
 
pip-tools==3.1.0
 
pluggy==0.8.0             # via pytest
 
poyo==0.4.2               # via cookiecutter
 
psutil==5.2.2             # via molecule
 
ptyprocess==0.6.0         # via pexpect
 
py==1.5.4                 # via pytest
 
pyasn1==0.4.3             # via paramiko
 
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
 
pyflakes==1.6.0           # via flake8
 
pygments==2.2.0           # via sphinx
 
pynacl==1.2.1             # via paramiko
 
pyparsing==2.2.0          # via packaging
 
pytest==3.6.3             # via testinfra
 
python-dateutil==2.7.3    # via arrow
 
pynacl==1.3.0             # via paramiko
 
pyparsing==2.3.0          # via packaging
 
pytest==3.9.3             # via testinfra
 
python-dateutil==2.7.5    # via arrow
 
python-gilt==1.2.1        # via molecule
 
python-vagrant==0.5.15
 
pytz==2018.5              # via babel
 
pytz==2018.7              # via babel
 
pyyaml==3.12              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
requests==2.19.1          # via cookiecutter, sphinx
 
requests==2.20.0          # 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, pip-tools, pynacl, pytest, python-dateutil, sphinx, testinfra
 
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.0
 
sphinx==1.7.6
 
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
 
tree-format==0.1.2        # via molecule
 
typing==3.6.4             # via sphinx
 
urllib3==1.23             # via requests
 
whichcraft==0.4.1         # via cookiecutter
 
typing==3.6.6             # via sphinx
 
urllib3==1.24.1           # via requests
 
whichcraft==0.5.2         # via cookiecutter
 
yamllint==1.11.1          # via molecule
0 comments (0 inline, 0 general)