Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 08e2216

Browse files
committed
Fix: do not install sphinx 6.x no paverutils
1 parent ada2c9a commit 08e2216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jinja2 = "<3.1.0"
9090
Paver = ">=1.2.4"
9191
python = "^3.7.0"
9292
six = ">1.12"
93-
Sphinx = ">=4.4.0"
94-
sphinxcontrib-paverutils = ">=1.17, < 6.0.0"
93+
Sphinx = ">=4.4.0,< 6.0.0"
94+
sphinxcontrib-paverutils = ">=1.17"
9595
SQLAlchemy = ">=1.4.0"
9696

9797
# Development dependencies

0 commit comments

Comments
 (0)