Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
confxsd committed Jun 7, 2024
1 parent d557a40 commit 8e172a4
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include README.MD
recursive-include indexnetwork_sdk/bin *
167 changes: 166 additions & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,169 @@ web3==6.11.0
websockets==12.0
yarl==1.9.4
chromadb==0.5.0
langchain-chroma==0.1.1
langchain-chroma==0.1.1abnf==1.1.1
aiohttp==3.9.5
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.3.0
asgiref==3.8.1
asn1crypto==1.5.1
async-timeout==4.0.3
attrs==23.2.0
backoff==2.2.1
backports.tarfile==1.1.1
bcrypt==4.1.3
bip-utils==2.9.3
bitarray==2.9.2
build==1.2.1
cachetools==5.3.3
cbor2==5.6.3
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
chroma-hnswlib==0.7.3
chromadb==0.4.24
ckzg==1.0.1
click==8.1.7
coincurve==19.0.1
coloredlogs==15.0.1
crcmod==1.7
crypto==1.4.1
cytoolz==0.12.3
Deprecated==1.2.14
distro==1.9.0
dnspython==2.6.1
docutils==0.21.2
ecdsa==0.19.0
ed25519-blake2b==1.4.1
email_validator==2.1.1
eth-account==0.9.0
eth-hash==0.7.0
eth-keyfile==0.8.1
eth-keys==0.5.1
eth-rlp==2.1.0
eth-typing==3.5.2
eth-utils==2.3.1
eth_abi==5.1.0
exceptiongroup==1.2.1
fastapi==0.111.0
fastapi-cli==0.0.3
filelock==3.14.0
flatbuffers==24.3.25
frozenlist==1.4.1
fsspec==2024.3.1
google-auth==2.29.0
googleapis-common-protos==1.63.0
grpcio==1.63.0
h11==0.14.0
hexbytes==1.2.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
huggingface-hub==0.23.0
humanfriendly==10.0
idna==3.7
importlib-metadata==7.0.0
importlib_resources==6.4.0
jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.functools==4.0.1
Jinja2==3.1.4
jsonpatch==1.33
jsonpointer==2.4
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
keyring==25.2.0
kubernetes==29.0.0
langchain-chroma==0.1.0
langchain-core==0.1.52
langchain-openai==0.1.6
langsmith==0.1.57
lru-dict==1.3.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
mmh3==4.1.0
monotonic==1.6
more-itertools==10.2.0
mpmath==1.3.0
multidict==6.0.5
Naked==0.1.32
nh3==0.2.17
numpy==1.26.4
oauthlib==3.2.2
onnxruntime==1.17.3
openai==1.28.1
opentelemetry-api==1.24.0
opentelemetry-exporter-otlp-proto-common==1.24.0
opentelemetry-exporter-otlp-proto-grpc==1.24.0
opentelemetry-instrumentation==0.45b0
opentelemetry-instrumentation-asgi==0.45b0
opentelemetry-instrumentation-fastapi==0.45b0
opentelemetry-proto==1.24.0
opentelemetry-sdk==1.24.0
opentelemetry-semantic-conventions==0.45b0
opentelemetry-util-http==0.45b0
orjson==3.10.3
overrides==7.7.0
packaging==23.2
parsimonious==0.10.0
pkginfo==1.10.0
posthog==3.5.0
protobuf==4.25.3
pulsar-client==3.5.0
py-sr25519-bindings==0.2.0
py_crypto_hd_wallet==1.3.3
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pycryptodome==3.20.0
pydantic==2.7.1
pydantic_core==2.18.2
Pygments==2.17.2
PyNaCl==1.5.0
PyPika==0.48.9
pyproject_hooks==1.1.0
python-dateutil==2.8.2
python-dotenv==1.0.1
python-multipart==0.0.9
pyunormalize==15.1.0
PyYAML==6.0.1
readme_renderer==43.0
referencing==0.35.0
regex==2024.4.16
requests==2.31.0
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
rlp==4.0.1
rpds-py==0.18.0
rsa==4.9
shellescape==3.8.1
shellingham==1.5.4
siwe==2.4.1
six==1.16.0
sniffio==1.3.1
starlette==0.37.2
sympy==1.12
tenacity==8.3.0
tiktoken==0.6.0
tokenizers==0.19.1
tomli==2.0.1
toolz==0.12.1
tqdm==4.66.4
twine==5.0.0
typer==0.12.3
typing_extensions==4.11.0
ujson==5.9.0
urllib3==2.2.1
uvicorn==0.29.0
uvloop==0.19.0
watchfiles==0.21.0
web3==6.11.0
websocket-client==1.8.0
websockets==12.0
wrapt==1.16.0
yarl==1.9.4
zipp==3.18.1
6 changes: 5 additions & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(),
include_package_data=True,
package_data={
"indexnetwork_sdk": ["bin/session.bin"],
"indexclient": ["bin/session.bin"],
},
install_requires=[
'abnf',
Expand Down Expand Up @@ -79,6 +79,10 @@
'websockets',
'wheel',
'yarl',
'langchain-openai',
'langchain_chroma',
'chromadb',
'setuptools'
],
python_requires='>=3.0',
)

0 comments on commit 8e172a4

Please sign in to comment.