Skip to content

Commit

Permalink
Updated poetry and hug
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Oct 31, 2023
1 parent 3736131 commit 61e207b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
commands:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry==1.4.0
- pip install poetry==1.6.1

# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ sphinx-copybutton = "^0.5.1"
portray = {git = "https://github.com/HeinrichAD/portray.git"}
docstring-parser = "^0.15"
pymdown-extensions = "^10.0.1"
hug = {git = "https://github.com/hugapi/hug.git", branch="develop"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 61e207b

Please sign in to comment.