Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: tools/telemetry/third_party/coverage/requirements/dev.pip

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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.7.0
20 twine==1.6.1
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/coverage/pylintrc ('k') | tools/telemetry/third_party/coverage/requirements/tox.pip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698