diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..309f93a --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +mkdocs-material==9.4 diff --git a/requirements-dev.lock b/requirements-dev.lock index 7d9f3cd..5fca63b 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -13,6 +13,7 @@ aiosignal==1.3.1 annotated-types==0.6.0 anyio==4.2.0 asttokens==2.4.1 +async-timeout==4.0.3 attrs==23.2.0 babel==2.14.0 beautifulsoup4==4.12.3 @@ -27,11 +28,12 @@ diskcache==5.6.3 distlib==0.3.8 distro==1.9.0 docstring-parser==0.15 +exceptiongroup==1.2.0 executing==2.0.1 faiss-cpu==1.7.4 filelock==3.13.1 frozenlist==1.4.1 -fsspec==2023.12.2 +fsspec==2024.2.0 ghp-import==2.1.0 h11==0.14.0 httpcore==1.0.2 @@ -54,20 +56,20 @@ langsmith==0.0.86 llama-cpp-python==0.2.38 markdown==3.5.2 markdown-it-py==3.0.0 -markupsafe==2.1.4 +markupsafe==2.1.5 marshmallow==3.20.2 matplotlib-inline==0.1.6 mdurl==0.1.2 mergedeep==1.3.4 mkdocs==1.5.3 -mkdocs-material==9.5.6 +mkdocs-material==9.5.7 mkdocs-material-extensions==1.3.1 multidict==6.0.5 mypy==1.8.0 mypy-extensions==1.0.0 nodeenv==1.8.0 -numpy==1.26.3 -openai==1.10.0 +numpy==1.26.4 +openai==1.11.1 packaging==23.2 paginate==0.5.6 parso==0.8.3 @@ -80,8 +82,8 @@ pre-commit==3.6.0 prompt-toolkit==3.0.43 ptyprocess==0.7.0 pure-eval==0.2.2 -pydantic==2.6.0 -pydantic-core==2.16.1 +pydantic==2.6.1 +pydantic-core==2.16.2 pydantic-settings==2.1.0 pygments==2.17.2 pymdown-extensions==10.7 @@ -93,7 +95,7 @@ pyyaml-env-tag==0.1 regex==2023.12.25 requests==2.31.0 rich==13.7.0 -ruff==0.2.0 +ruff==0.2.1 six==1.16.0 sniffio==1.3.0 soupsieve==2.5 @@ -101,6 +103,7 @@ sqlalchemy==2.0.25 stack-data==0.6.3 tenacity==8.2.3 tiktoken==0.5.2 +tomli==2.0.1 tqdm==4.66.1 traitlets==5.14.1 types-pyyaml==6.0.12.12 diff --git a/requirements.lock b/requirements.lock index 57cdc12..9553600 100644 --- a/requirements.lock +++ b/requirements.lock @@ -14,6 +14,7 @@ certifi==2024.2.2 charset-normalizer==3.3.2 distro==1.9.0 docstring-parser==0.15 +exceptiongroup==1.2.0 h11==0.14.0 httpcore==1.0.2 httpx==0.26.0 @@ -25,13 +26,13 @@ langchain-core==0.1.18 langchain-openai==0.0.5 langsmith==0.0.86 markdown-it-py==3.0.0 -markupsafe==2.1.4 +markupsafe==2.1.5 mdurl==0.1.2 -numpy==1.26.3 -openai==1.10.0 +numpy==1.26.4 +openai==1.11.1 packaging==23.2 -pydantic==2.6.0 -pydantic-core==2.16.1 +pydantic==2.6.1 +pydantic-core==2.16.2 pydantic-settings==2.1.0 pygments==2.17.2 python-dotenv==1.0.1