summaryrefslogtreecommitdiff
path: root/requirements/tox.in
blob: da88901811733f1d3311e7a89b61c76c1273b91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

-c pins.pip

# Just install tox, which will then install more things.
# "make upgrade" turns this into requirements/tox.pip.

tox
tox-gh

# Tox has a windows-only dependency on colorama:
# https://github.com/tox-dev/tox/blob/master/setup.cfg#L44
#   colorama>=0.4.1 ;platform_system=="Windows"
# We copy it here so it can get pinned.
colorama>=0.4.1