blob: e4f405f65097f78ac7b425d7ff02c900b433e9a6 (
plain)
1
2
3
4
5
6
7
8
|
# 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
|