Changeset - 6bb8ed6d6443
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-05-07 22:38:39
branko@majic.rs
MAR-149: Updated development requirements for use with Python 3.
1 file changed with 6 insertions and 17 deletions:
0 comments (0 inline, 0 general)
requirements.txt
Show inline comments
 
@@ -9,10 +9,8 @@ ansible-lint==4.2.0       # via molecule
 
ansible==2.9.2
 
anyconfig==0.9.7          # via molecule
 
arrow==0.15.5             # via jinja2-time
 
atomicwrites==1.3.0       # via pytest
 
attrs==19.3.0             # via pytest
 
babel==2.8.0              # via sphinx
 
backports.functools-lru-cache==1.6.1  # via arrow
 
bcrypt==3.1.7             # via paramiko
 
binaryornot==0.4.4        # via cookiecutter
 
cerberus==1.2             # via molecule
 
@@ -22,34 +20,28 @@ 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==4.0.2       # via entrypoints, flake8, importlib-metadata
 
contextlib2==0.6.0.post1  # via importlib-metadata
 
cookiecutter==1.6.0       # via molecule
 
cryptography==2.8         # via ansible, paramiko
 
dnspython==1.16.0
 
docutils==0.15.2          # via sphinx
 
entrypoints==0.3          # via flake8
 
enum34==1.1.6             # via cryptography, flake8
 
fasteners==0.15           # via python-gilt
 
flake8==3.7.9             # via molecule
 
funcsigs==1.0.2           # via pytest
 
functools32==3.2.3.post2  # via flake8
 
future==0.18.2            # via cookiecutter
 
git-url-parse==1.2.2      # via python-gilt
 
idna==2.7                 # via molecule, requests
 
imagesize==1.2.0          # via sphinx
 
importlib-metadata==1.3.0  # via pluggy, pytest
 
ipaddress==1.0.23         # via cryptography
 
jinja2-time==0.2.0        # via cookiecutter
 
jinja2==2.10              # via ansible, click-completion, cookiecutter, jinja2-time, molecule, sphinx
 
markupsafe==1.1.1         # via jinja2
 
mccabe==0.6.1             # via flake8
 
molecule==2.20.2
 
monotonic==1.5            # via fasteners
 
more-itertools==5.0.0     # via pytest, zipp
 
packaging==19.2           # via pytest, sphinx
 
more-itertools==8.0.2     # via pytest, zipp
 
packaging==20.0           # via pytest, sphinx
 
paramiko==2.7.1
 
pathlib2==2.3.5           # via ansible-lint, importlib-metadata, pytest
 
pathlib2==2.3.5           # via pytest
 
pathspec==0.7.0           # via yamllint
 
pbr==5.1.1                # via git-url-parse, molecule, python-gilt
 
pexpect==4.6.0            # via molecule
 
@@ -65,19 +57,17 @@ pyflakes==2.1.1           # via flake8
 
pygments==2.5.2           # via sphinx
 
pynacl==1.3.0             # via paramiko
 
pyparsing==2.4.6          # via packaging
 
pytest==4.6.9             # via testinfra
 
pytest==5.3.2             # via testinfra
 
python-dateutil==2.8.1    # via arrow
 
python-gilt==1.2.1        # via molecule
 
python-vagrant==0.5.15
 
pytz==2019.3              # via babel
 
pyyaml==3.13              # via ansible, ansible-lint, molecule, python-gilt, yamllint
 
requests==2.22.0          # via cookiecutter, sphinx
 
ruamel.ordereddict==0.4.14  # via ruamel.yaml
 
ruamel.yaml.clib==0.2.0   # via ruamel.yaml
 
ruamel.yaml==0.16.5       # via ansible-lint
 
scandir==1.10.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
 
six==1.11.0               # via ansible-lint, bcrypt, click-completion, cryptography, fasteners, molecule, packaging, pathlib2, pip-tools, pynacl, python-dateutil, sphinx, testinfra
 
snowballstemmer==2.0.0    # via sphinx
 
sphinx-rtd-theme==0.4.3
 
sphinx==1.7.9
 
@@ -85,7 +75,6 @@ sphinxcontrib-websupport==1.1.2  # via sphinx
 
tabulate==0.8.2           # via molecule
 
testinfra==3.4.0          # via molecule
 
tree-format==0.1.2        # via molecule
 
typing==3.7.4.1           # via flake8, sphinx
 
urllib3==1.25.7           # via requests
 
wcwidth==0.1.8            # via pytest
 
whichcraft==0.6.1         # via cookiecutter
 
@@ -93,4 +82,4 @@ yamllint==1.20.0          # via molecule
 
zipp==0.6.0               # via importlib-metadata
 

	
 
# The following packages are considered to be unsafe in a requirements file:
 
# setuptools==44.0.0        # via sphinx
 
# setuptools
0 comments (0 inline, 0 general)