Skip to content

Commit

Permalink
Unpin docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 4, 2024
1 parent 27eff62 commit 86705d7
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,12 +3,12 @@
__all__ = ["extras_require"]

extras_require = {
"readme": ["docutils==0.16", "readme-renderer[md]>=27.0"],
"readme": ["docutils>=0.16", "readme-renderer[md]>=27.0"],
"cli": ["click>=7.1.2", "consolekit>=1.4.1", "sdjson>=0.3.1"],
"all": [
"click>=7.1.2",
"consolekit>=1.4.1",
"docutils==0.16",
"docutils>=0.16",
"readme-renderer[md]>=27.0",
"sdjson>=0.3.1"
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ pyproject-fmt = "pyproject_parser.__main__:reformat"
pyproject-info = "pyproject_parser.__main__:info"

[project.optional-dependencies]
readme = [ "docutils==0.16", "readme-renderer[md]>=27.0",]
readme = [ "docutils>=0.16", "readme-renderer[md]>=27.0",]
cli = [ "click>=7.1.2", "consolekit>=1.4.1", "sdjson>=0.3.1",]
all = [
"click>=7.1.2",
"consolekit>=1.4.1",
"docutils==0.16",
"docutils>=0.16",
"readme-renderer[md]>=27.0",
"sdjson>=0.3.1",
]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ keywords:
extras_require:
readme:
- readme-renderer[md]>=27.0
- docutils==0.16
- docutils>=0.16
cli:
- consolekit>=1.4.1
- click>=7.1.2
Expand Down

0 comments on commit 86705d7

Please sign in to comment.