-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapi_unhashed_reqs.txt
More file actions
44 lines (36 loc) · 954 Bytes
/
api_unhashed_reqs.txt
File metadata and controls
44 lines (36 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# projectdavid-core, main api
pip==25.0.1
setuptools==79.0.1
wheel==0.45.1
#------cli interface
typer==0.9.0
click==8.1.7
# Torch - installed from PyTorch CPU-only index
# torch --index-url https://download.pytorch.org/whl/cpu
uvicorn[standard]==0.34.2
uvloop==0.21.0 ; sys_platform != "win32"
watchfiles==1.0.5
websockets==15.0.1
# Used for token calculations
transformers>=4.33.0,<5.0.0
# ------------------------------------------------------------------ #
# Internal packages
projectdavid[text-embeddings]>=1.96.5
projectdavid-orm>=1.6.2
# <--Depends on projectdavid-orm
projectdavid-services>=1.2.0
# web search tools
html2text>=2024.2.26
playwright>=1.41.0
requests>=2.31.0
#sandbox sec
jwt
# -----------------------
# Telemetry packages
#------------------------
opentelemetry-api
opentelemetry-sdk
opentelemetry-exporter-otlp
opentelemetry-instrumentation-fastapi
opentelemetry-instrumentation-asgi
opentelemetry-instrumentation-requests