1# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
3
4# Requirements for doing local development work on coverage.py.
5# https://requires.io/github/nedbat/coveragepy/requirements/
6
7# PyPI requirements for running tests.
8nose==1.3.7
9-r tox.pip
10
11# for linting.
12greenlet==0.4.9
13mock==1.3.0
14PyContracts==1.7.6
15pyenchant==1.6.6
16pylint==1.4.4
17
18# for kitting.
19requests==2.8.1
20twine==1.6.4
21