Skip to content

Commit

Permalink
add to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Jul 2, 2024
1 parent ad9d7c2 commit c3d08bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ questionary = "^1.10.0"
Jinja2 = "^3.1.2"
python-vagrant = "^1.0.0"

# Fix issue with docutils ".post1" release
# https://github.com/python-poetry/poetry/issues/9293#issuecomment-2048205226
[[tool.poetry.source]]
name = "pypi-public"
url = "https://pypi.org/simple/"

[tool.poetry.dev-dependencies]

[build-system]
Expand Down

0 comments on commit c3d08bd

Please sign in to comment.