blob: 633fdc791b90cff678e3a08ffcdc607174b4c25c (
plain)
1
2
3
4
5
6
|
# Things needed to make wheels for coverage.py
# 36.8.0 is last version supporting 2.6
# but we use 35.0.2 in tox.ini, so stick with that here too.
setuptools==35.0.2
# We need to stick with 0.29.0 until we drop 2.6 and 3.3
wheel==0.29.0
|