Skip to content

Commit

Permalink
Workaround from python-poetry/poetry#9293 (comment) for docutils (0.2…
Browse files Browse the repository at this point in the history
…1.post1) not found
  • Loading branch information
mauvilsa committed Dec 18, 2024
1 parent c126936 commit 7a8c62c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ pre-commit = {version = ">=2.16.0", python = ">=3.9"}
pytest = "*"
pydoctor = ">=22.3.0"

# Workaround from https://github.com/python-poetry/poetry/issues/9293#issuecomment-2048205226
[[tool.poetry.source]]
name = "pypi-public"
url = "https://pypi.org/simple/"

[tool.black]
line-length = 79
py36 = true
Expand Down

0 comments on commit 7a8c62c

Please sign in to comment.