Loading docs/internals/contributing/writing-code/unit-tests.txt +2 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ dependencies: * bcrypt_ * docutils_ * jinja2_ 2.7+ * numpy_ * Pillow_ * PyYAML_ Loading Loading @@ -192,6 +193,7 @@ associated tests will be skipped. .. _bcrypt: https://pypi.python.org/pypi/bcrypt .. _docutils: https://pypi.python.org/pypi/docutils .. _jinja2: https://pypi.python.org/pypi/jinja2 .. _numpy: https://pypi.python.org/pypi/numpy .. _Pillow: https://pypi.python.org/pypi/Pillow/ .. _PyYAML: http://pyyaml.org/wiki/PyYAML Loading tests/requirements/base.txt +1 −1 Original line number Diff line number Diff line bcrypt docutils jinja2 jinja2 >= 2.7 # move to py2.txt when dropping Python 3.2 mock numpy Loading Loading
docs/internals/contributing/writing-code/unit-tests.txt +2 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ dependencies: * bcrypt_ * docutils_ * jinja2_ 2.7+ * numpy_ * Pillow_ * PyYAML_ Loading Loading @@ -192,6 +193,7 @@ associated tests will be skipped. .. _bcrypt: https://pypi.python.org/pypi/bcrypt .. _docutils: https://pypi.python.org/pypi/docutils .. _jinja2: https://pypi.python.org/pypi/jinja2 .. _numpy: https://pypi.python.org/pypi/numpy .. _Pillow: https://pypi.python.org/pypi/Pillow/ .. _PyYAML: http://pyyaml.org/wiki/PyYAML Loading
tests/requirements/base.txt +1 −1 Original line number Diff line number Diff line bcrypt docutils jinja2 jinja2 >= 2.7 # move to py2.txt when dropping Python 3.2 mock numpy Loading