Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Aug 31, 2024
1 parent 207ecb4 commit c65fa2d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ crewai-tools = {version = "^0.8.3", optional = true}
docker = {version = "^7.1.0", optional = true}
tiktoken = "^0.7.0"
nltk = "^3.8.1"
mkdocstrings = {extras = ["python"], version = "^0.25.1"}
mkdocs = "^1.6.0"
mkdocs-material = "^9.5.26"
mkdocstrings = {extras = ["python"], version = "^0.25.1", optional = true}
mkdocs = {version = "^1.6.0", optional = true}
mkdocs-material = {version = "^9.5.26", optional = true}

[tool.poetry.extras]
local = ["llama-index-embeddings-huggingface"]
postgres = ["pgvector", "pg8000", "psycopg2-binary"]
milvus = ["pymilvus"]
dev = ["pytest", "pytest-asyncio", "pexpect", "black", "pre-commit", "datasets", "pyright", "pytest-order", "autoflake", "isort"]
dev = ["pytest", "pytest-asyncio", "pexpect", "black", "pre-commit", "datasets", "pyright", "pytest-order", "autoflake", "isort", "mkdocstrings", "mkdocs", "mkdocs-material"]
server = ["websockets", "fastapi", "uvicorn"]
autogen = ["pyautogen"]
qdrant = ["qdrant-client"]
Expand Down

0 comments on commit c65fa2d

Please sign in to comment.