Commits on Source (2)
-
Bas Couwenberg authored
-
Bas Couwenberg authored
# This file lists the dependencies of this extension. | # This file lists the dependencies of this extension. | ||
# Install with a command like: pip install -r pip-requirements.txt | # Install with a command like: pip install -r pip-requirements.txt | ||
pypandoc==0.7.0 | pdoc==0.3.2 | ||
Unidecode==0.04.14 | Pygments==2.2.0 | ||
pdoc==0.3.1 | pypandoc==1.4 | ||
Pygments==1.6 | requests==2.20.0 | ||
requests==2.8.0 | Unidecode==1.0.22 |
# This file lists the dependencies of this extension. | # This file lists the dependencies of this extension. | ||
# Install with a command like: pip install -r pip-requirements.txt | # Install with a command like: pip install -r pip-requirements.txt | ||
flake8==3.0.4; python_version >= '2.7' | coverage==4.5.1 | ||
flake8==2.1.0; python_version == '2.6' | coveralls==1.5.1 | ||
nose==1.3.0 | flake8==3.6.0 | ||
tox==2.8.1 | mock==2.0.0 | ||
coverage==3.7.1 | nose==1.3.7 | ||
coveralls==0.4.1 | tox==3.5.3 | ||
mock==1.0.1 | virtualenv==16.1.0 | ||
xmltodict==0.9.0 | xmltodict==0.11.0 | ||
virtualenv==15.1.0 |