Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frejonb committed Sep 12, 2024
1 parent 069f6c2 commit 246bb7c
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 116 deletions.
230 changes: 115 additions & 115 deletions agents-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,123 +19,123 @@
setup(
name="zetaalpha.rag-agents",
version=__version__,
description="Agents SDK",
description="The Agents SDK is designed to provide a flexible, scalable, and efficient framework for building, testing, and deploying LLM agents.",
author_email="zav@zeta-alpha.com",
author="Zeta Alpha Vector",
url="https://github.com/zetaalphavector/backend/",
install_requires=[
"aiofiles==23.1.0",
"aiohappyeyeballs==2.4.0",
"aiohttp==3.10.5",
"aiosignal==1.3.1",
"altair==5.4.1",
"anthropic[bedrock]==0.34.2",
"anyio==3.7.1",
"asgiref==3.8.1",
"async-timeout==4.0.3",
"attrs==24.2.0",
"azure-core==1.30.2",
"azure-identity==1.8.0",
"azure-storage-blob==12.9.0",
"blinker==1.8.2",
"boto3==1.34.162",
"botocore==1.34.162",
"cachetools==5.5.0",
"certifi==2024.8.30",
"cffi==1.17.1",
"charset-normalizer==3.3.2",
"click==8.1.7",
"cryptography==43.0.1",
"defusedxml==0.7.1",
"distro==1.9.0",
"exceptiongroup==1.2.2",
"fastapi==0.73.0",
"filelock==3.16.0",
"frozenlist==1.4.1",
"fsspec==2024.9.0",
"gitdb==4.0.11",
"gitpython==3.1.43",
"greenlet==3.1.0",
"h11==0.14.0",
"httpcore==1.0.5",
"httpx==0.27.2",
"huggingface-hub==0.24.6",
"idna==3.8",
"importlib-resources==6.4.5",
"isodate==0.6.1",
"jinja2==3.1.4",
"jiter==0.5.0",
"jmespath==1.0.1",
"jsonpatch==1.33",
"jsonpointer==3.0.0",
"jsonschema==4.23.0",
"jsonschema-specifications==2023.12.1",
"langchain==0.2.16",
"langchain-anthropic==0.1.23",
"langchain-aws==0.1.18",
"langchain-core==0.2.39",
"langchain-openai==0.1.23",
"langchain-text-splitters==0.2.4",
"langsmith==0.1.117",
"markdown-it-py==3.0.0",
"markupsafe==2.1.5",
"mdurl==0.1.2",
"msal==1.31.0",
"msal-extensions==0.3.1",
"msrest==0.7.1",
"multidict==6.1.0",
"narwhals==1.7.0",
"numpy==1.24.4",
"oauthlib==3.2.2",
"openai==1.44.1",
"orjson==3.10.7",
"packaging==24.1",
"pandas==2.0.3",
"pillow==10.4.0",
"pkgutil-resolve-name==1.3.10",
"portalocker==2.10.1",
"protobuf==5.28.1",
"pyarrow==17.0.0",
"pycparser==2.22",
"pydantic==1.10.0",
"pydeck==0.9.1",
"pygments==2.18.0",
"pyjwt[crypto]==2.9.0",
"python-dateutil==2.9.0.post0",
"python-json-logger==0.1.11",
"pytz==2024.2",
"pyyaml==6.0.2",
"ragelo==0.1.6",
"referencing==0.35.1",
"regex==2024.9.11",
"requests==2.32.3",
"requests-oauthlib==2.0.0",
"rich==13.8.1",
"rpds-py==0.20.0",
"s3transfer==0.10.2",
"shellingham==1.5.4",
"six==1.16.0",
"smmap==5.0.1",
"sniffio==1.3.1",
"sqlalchemy==2.0.34",
"sse-starlette==2.1.2",
"starlette==0.17.1",
"streamlit==1.38.0",
"tenacity==8.5.0",
"tiktoken==0.7.0",
"tokenizers==0.20.0",
"toml==0.10.2",
"tornado==6.4.1",
"tqdm==4.66.5",
"typer[all]==0.12.5",
"typing-extensions==4.12.2",
"tzdata==2024.1",
"urllib3==1.26.20",
"uvicorn==0.17.1",
"watchdog==4.0.2",
"yarl==1.11.1",
"zipp==3.20.1",
],
url="https://github.com/zetaalphavector/platform/",
install_requires=[
"aiofiles==23.1.0",
"aiohappyeyeballs==2.4.0",
"aiohttp==3.10.5",
"aiosignal==1.3.1",
"altair==5.4.1",
"anthropic[bedrock]==0.34.2",
"anyio==3.7.1",
"asgiref==3.8.1",
"async-timeout==4.0.3",
"attrs==24.2.0",
"azure-core==1.30.2",
"azure-identity==1.8.0",
"azure-storage-blob==12.9.0",
"blinker==1.8.2",
"boto3==1.34.162",
"botocore==1.34.162",
"cachetools==5.5.0",
"certifi==2024.8.30",
"cffi==1.17.1",
"charset-normalizer==3.3.2",
"click==8.1.7",
"cryptography==43.0.1",
"defusedxml==0.7.1",
"distro==1.9.0",
"exceptiongroup==1.2.2",
"fastapi==0.73.0",
"filelock==3.16.0",
"frozenlist==1.4.1",
"fsspec==2024.9.0",
"gitdb==4.0.11",
"gitpython==3.1.43",
"greenlet==3.1.0",
"h11==0.14.0",
"httpcore==1.0.5",
"httpx==0.27.2",
"huggingface-hub==0.24.6",
"idna==3.8",
"importlib-resources==6.4.5",
"isodate==0.6.1",
"jinja2==3.1.4",
"jiter==0.5.0",
"jmespath==1.0.1",
"jsonpatch==1.33",
"jsonpointer==3.0.0",
"jsonschema==4.23.0",
"jsonschema-specifications==2023.12.1",
"langchain==0.2.16",
"langchain-anthropic==0.1.23",
"langchain-aws==0.1.18",
"langchain-core==0.2.39",
"langchain-openai==0.1.23",
"langchain-text-splitters==0.2.4",
"langsmith==0.1.117",
"markdown-it-py==3.0.0",
"markupsafe==2.1.5",
"mdurl==0.1.2",
"msal==1.31.0",
"msal-extensions==0.3.1",
"msrest==0.7.1",
"multidict==6.1.0",
"narwhals==1.7.0",
"numpy==1.24.4",
"oauthlib==3.2.2",
"openai==1.44.1",
"orjson==3.10.7",
"packaging==24.1",
"pandas==2.0.3",
"pillow==10.4.0",
"pkgutil-resolve-name==1.3.10",
"portalocker==2.10.1",
"protobuf==5.28.1",
"pyarrow==17.0.0",
"pycparser==2.22",
"pydantic==1.10.0",
"pydeck==0.9.1",
"pygments==2.18.0",
"pyjwt[crypto]==2.9.0",
"python-dateutil==2.9.0.post0",
"python-json-logger==0.1.11",
"pytz==2024.2",
"pyyaml==6.0.2",
"ragelo==0.1.6",
"referencing==0.35.1",
"regex==2024.9.11",
"requests==2.32.3",
"requests-oauthlib==2.0.0",
"rich==13.8.1",
"rpds-py==0.20.0",
"s3transfer==0.10.2",
"shellingham==1.5.4",
"six==1.16.0",
"smmap==5.0.1",
"sniffio==1.3.1",
"sqlalchemy==2.0.34",
"sse-starlette==2.1.2",
"starlette==0.17.1",
"streamlit==1.38.0",
"tenacity==8.5.0",
"tiktoken==0.7.0",
"tokenizers==0.20.0",
"toml==0.10.2",
"tornado==6.4.1",
"tqdm==4.66.5",
"typer[all]==0.12.5",
"typing-extensions==4.12.2",
"tzdata==2024.1",
"urllib3==1.26.20",
"uvicorn==0.17.1",
"watchdog==4.0.2",
"yarl==1.11.1",
"zipp==3.20.1",
],
packages=find_packages(exclude=("tests*",)),
include_package_data=True,
long_description=README,
Expand Down
2 changes: 1 addition & 1 deletion agents-sdk/zav/agents_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 246bb7c

Please sign in to comment.