Home | History | Annotate | Download | only in requirements
      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.
      8 nose==1.3.7
      9 -r tox.pip
     10 
     11 # for linting.
     12 greenlet==0.4.9
     13 mock==1.3.0
     14 PyContracts==1.7.6
     15 pyenchant==1.6.6
     16 pylint==1.4.4
     17 
     18 # for kitting.
     19 requests==2.8.1
     20 twine==1.6.4
     21