dev.pip 508 B

12345678910111213141516171819202122
  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. # Requirements for doing local development work on coverage.py.
  4. # https://requires.io/github/nedbat/coveragepy/requirements/
  5. # PyPI requirements for running tests.
  6. nose==1.3.7
  7. -r tox.pip
  8. # for linting.
  9. greenlet==0.4.10
  10. mock==2.0.0
  11. PyContracts==1.7.9
  12. pyenchant==1.6.6
  13. pylint==1.5.6
  14. unittest-mixins==1.1.1
  15. # for kitting.
  16. requests==2.10.0
  17. twine==1.6.5