Skip to content

Commit

Permalink
Merge pull request #820 from lanl/docutils-bug
Browse files Browse the repository at this point in the history
Specify docutils version to fix poetry/docutils bug
  • Loading branch information
pagrubel authored Apr 15, 2024
2 parents 41a7105 + 4ab3aed commit 7c50b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ typer = "^0.5.0"
# Seems to be required for Flux
cffi = "^1.15.1"
celery = { version = "^5.3.4", extras = ["redis", "sqlalchemy"] }
# Fix for poetry/docutils related bug
docutils = "0.18.1"

# Cloud optional dependencies
google-api-python-client = { version = "^2.66.0", optional = true }
Expand Down

0 comments on commit 7c50b74

Please sign in to comment.