Skip to content

Commit

Permalink
chore: Remove pydoc-markdown from dev dependencies (#6398)
Browse files Browse the repository at this point in the history
* Remove pydoc-markdown from dev dependencies

* Remove fastapi pin in rest_api
  • Loading branch information
silvanocerza authored Nov 23, 2023
1 parent b0b5147 commit 604b177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ dev = [
"pylint",
"farm-haystack[formatting]",
# Documentation
"pydoc-markdown",
"toml",
"reno",
# dulwich is a reno dependency, they pin it at >=0.15.0 so pip takes ton of time to resolve the dependency tree.
Expand Down
2 changes: 1 addition & 1 deletion rest_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"farm-haystack",
"fastapi<0.104.0", # https://github.com/deepset-ai/haystack/issues/6119
"fastapi",
"uvicorn<1",
"python-multipart<1", # optional FastAPI dependency for form data
"pynvml",
Expand Down

0 comments on commit 604b177

Please sign in to comment.