Skip to content

Commit bd64075

Browse files
committed
Pin docutils to <0.18 for now: it changes output format
1 parent a462c53 commit bd64075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifiers = ["License :: OSI Approved :: Apache Software License"]
1111
requires-python = "~= 3.7"
1212
requires = [
1313
"pymongo[srv,tls] >= 3.11.1, < 4",
14-
"docutils ~= 0.16",
14+
"docutils >= 0.16, < 0.18",
1515
"watchdog ~= 1.0",
1616
"requests ~= 2.24",
1717
"toml ~= 0.10",

0 commit comments

Comments
 (0)