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

# Version pins, for use as a constraints file.

# docutils has been going through some turmoil.  Different packages require it,
# but have different pins.  This seems to satisfy them all:
#docutils>=0.17,<0.18

# Setuptools became stricter about version number syntax. But it shouldn't be
# checking the Python version like that, should it?
# https://github.com/pypa/packaging/issues/678
# https://github.com/nedbat/coveragepy/issues/1556
#setuptools<66.0.0