🎉 Initial commit!
This commit is contained in:
commit
f12cc7aaf8
6 changed files with 541 additions and 0 deletions
83
requirements.txt
Normal file
83
requirements.txt
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
annotated-doc==0.0.4
|
||||
annotated-types==0.7.0
|
||||
anyio==4.13.0
|
||||
attrs==26.1.0
|
||||
bcrypt==5.0.0
|
||||
build==1.5.0
|
||||
certifi==2026.4.22
|
||||
charset-normalizer==3.4.7
|
||||
click==8.3.3
|
||||
diskcache==5.6.3
|
||||
durationpy==0.10
|
||||
fastapi==0.136.1
|
||||
filelock==3.29.0
|
||||
flatbuffers==25.12.19
|
||||
fsspec==2026.4.0
|
||||
googleapis-common-protos==1.74.0
|
||||
grpcio==1.80.0
|
||||
h11==0.16.0
|
||||
hf-xet==1.4.3
|
||||
httpcore==1.0.9
|
||||
httptools==0.7.1
|
||||
httpx==0.28.1
|
||||
huggingface_hub==1.13.0
|
||||
idna==3.13
|
||||
importlib_metadata==8.7.1
|
||||
importlib_resources==7.1.0
|
||||
Jinja2==3.1.6
|
||||
jsonschema==4.26.0
|
||||
jsonschema-specifications==2025.9.1
|
||||
kubernetes==35.0.0
|
||||
llama_cpp_python==0.3.21
|
||||
markdown-it-py==4.0.0
|
||||
MarkupSafe==3.0.3
|
||||
mdurl==0.1.2
|
||||
mmh3==5.2.1
|
||||
numpy==2.4.4
|
||||
oauthlib==3.3.1
|
||||
onnxruntime==1.25.1
|
||||
opentelemetry-api==1.41.1
|
||||
opentelemetry-exporter-otlp-proto-common==1.41.1
|
||||
opentelemetry-exporter-otlp-proto-grpc==1.41.1
|
||||
opentelemetry-proto==1.41.1
|
||||
opentelemetry-sdk==1.41.1
|
||||
opentelemetry-semantic-conventions==0.62b1
|
||||
orjson==3.11.8
|
||||
overrides==7.7.0
|
||||
packaging==26.2
|
||||
protobuf==6.33.6
|
||||
pybase64==1.4.3
|
||||
pydantic==2.13.3
|
||||
pydantic-settings==2.14.0
|
||||
pydantic_core==2.46.3
|
||||
Pygments==2.20.0
|
||||
pypdf==6.10.2
|
||||
PyPika==0.51.1
|
||||
pyproject_hooks==1.2.0
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.2.2
|
||||
PyYAML==6.0.3
|
||||
referencing==0.37.0
|
||||
requests==2.33.1
|
||||
requests-oauthlib==2.0.0
|
||||
rich==15.0.0
|
||||
rpds-py==0.30.0
|
||||
shellingham==1.5.4
|
||||
six==1.17.0
|
||||
sqlite-vec==0.1.9
|
||||
sse-starlette==3.4.1
|
||||
starlette==1.0.0
|
||||
starlette-context==0.3.6
|
||||
tenacity==9.1.4
|
||||
tokenizers==0.23.1
|
||||
tqdm==4.67.3
|
||||
typer==0.25.1
|
||||
typing-inspection==0.4.2
|
||||
typing_extensions==4.15.0
|
||||
urllib3==2.6.3
|
||||
uvicorn==0.46.0
|
||||
uvloop==0.22.1
|
||||
watchfiles==1.1.1
|
||||
websocket-client==1.9.0
|
||||
websockets==16.0
|
||||
zipp==3.23.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue