Skip to content

Commit

Permalink
Uncap docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 4, 2024
1 parent 8343756 commit 79428a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__all__ = ["extras_require"]

extras_require = {
"readme": ["docutils==0.16", "pyproject-parser[readme]>=0.6.0"],
"readme": ["docutils>=0.16", "pyproject-parser[readme]>=0.6.0"],
"editable": ["editables>=0.2"],
"all": ["docutils==0.16", "editables>=0.2", "pyproject-parser[readme]>=0.6.0"]
"all": ["docutils>=0.16", "editables>=0.2", "pyproject-parser[readme]>=0.6.0"]
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Documentation = "https://whey.readthedocs.io/en/latest"
whey = "whey.__main__:main"

[project.optional-dependencies]
readme = [ "docutils==0.16", "pyproject-parser[readme]>=0.6.0",]
readme = [ "docutils>=0.16", "pyproject-parser[readme]>=0.6.0",]
editable = [ "editables>=0.2",]
all = [ "docutils==0.16", "editables>=0.2", "pyproject-parser[readme]>=0.6.0",]
all = [ "docutils>=0.16", "editables>=0.2", "pyproject-parser[readme]>=0.6.0",]

[tool.mkrecipe]
conda-channels = [ "conda-forge", "domdfcoding",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ entry_points:
extras_require:
readme:
- pyproject-parser[readme]>=0.6.0
- docutils==0.16
- docutils>=0.16
editable:
- editables>=0.2

Expand Down

0 comments on commit 79428a5

Please sign in to comment.