aymanemalih commited on
Commit
c1c0ed3
·
verified ·
1 Parent(s): bfd5476

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +120 -4
requirements.txt CHANGED
@@ -1,4 +1,120 @@
1
- flask
2
- flask_sqlalchemy
3
- flask_bcrypt
4
- Flask-JWT-Extended
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.10.0
3
+ attrs==25.3.0
4
+ backoff==2.2.1
5
+ bcrypt==4.3.0
6
+ blinker==1.9.0
7
+ build==1.3.0
8
+ cachetools==5.5.2
9
+ certifi==2025.8.3
10
+ charset-normalizer==3.4.2
11
+ chromadb==1.0.15
12
+ click==8.2.1
13
+ colorama==0.4.6
14
+ coloredlogs==15.0.1
15
+ distro==1.9.0
16
+ durationpy==0.10
17
+ filelock==3.18.0
18
+ Flask==3.1.1
19
+ Flask-Bcrypt==1.0.1
20
+ Flask-JWT-Extended==4.7.1
21
+ Flask-SQLAlchemy==3.1.1
22
+ flatbuffers==25.2.10
23
+ fsspec==2025.7.0
24
+ google-auth==2.40.3
25
+ googleapis-common-protos==1.70.0
26
+ greenlet==3.2.3
27
+ grpcio==1.74.0
28
+ h11==0.16.0
29
+ httpcore==1.0.9
30
+ httptools==0.6.4
31
+ httpx==0.28.1
32
+ huggingface-hub==0.34.3
33
+ humanfriendly==10.0
34
+ idna==3.10
35
+ importlib_metadata==8.7.0
36
+ importlib_resources==6.5.2
37
+ itsdangerous==2.2.0
38
+ Jinja2==3.1.6
39
+ joblib==1.5.1
40
+ jsonpatch==1.33
41
+ jsonpointer==3.0.0
42
+ jsonschema==4.25.0
43
+ jsonschema-specifications==2025.4.1
44
+ kubernetes==33.1.0
45
+ langchain==0.3.27
46
+ langchain-chroma==0.2.5
47
+ langchain-core==0.3.72
48
+ langchain-huggingface==0.3.1
49
+ langchain-text-splitters==0.3.9
50
+ langsmith==0.4.10
51
+ markdown-it-py==3.0.0
52
+ MarkupSafe==3.0.2
53
+ mdurl==0.1.2
54
+ mmh3==5.2.0
55
+ mpmath==1.3.0
56
+ networkx==3.5
57
+ numpy==2.3.2
58
+ oauthlib==3.3.1
59
+ onnxruntime==1.22.1
60
+ opentelemetry-api==1.36.0
61
+ opentelemetry-exporter-otlp-proto-common==1.36.0
62
+ opentelemetry-exporter-otlp-proto-grpc==1.36.0
63
+ opentelemetry-proto==1.36.0
64
+ opentelemetry-sdk==1.36.0
65
+ opentelemetry-semantic-conventions==0.57b0
66
+ orjson==3.11.1
67
+ overrides==7.7.0
68
+ packaging==25.0
69
+ pillow==11.3.0
70
+ posthog==5.4.0
71
+ protobuf==6.31.1
72
+ pyasn1==0.6.1
73
+ pyasn1_modules==0.4.2
74
+ pybase64==1.4.2
75
+ pydantic==2.11.7
76
+ pydantic_core==2.33.2
77
+ Pygments==2.19.2
78
+ PyJWT==2.10.1
79
+ PyMySQL==1.1.1
80
+ PyPika==0.48.9
81
+ pyproject_hooks==1.2.0
82
+ pyreadline3==3.5.4
83
+ python-dateutil==2.9.0.post0
84
+ python-dotenv==1.1.1
85
+ PyYAML==6.0.2
86
+ referencing==0.36.2
87
+ regex==2025.7.34
88
+ requests==2.32.4
89
+ requests-oauthlib==2.0.0
90
+ requests-toolbelt==1.0.0
91
+ rich==14.1.0
92
+ rpds-py==0.26.0
93
+ rsa==4.9.1
94
+ safetensors==0.5.3
95
+ scikit-learn==1.7.1
96
+ scipy==1.16.1
97
+ sentence-transformers==5.0.0
98
+ setuptools==80.9.0
99
+ shellingham==1.5.4
100
+ six==1.17.0
101
+ sniffio==1.3.1
102
+ SQLAlchemy==2.0.42
103
+ sympy==1.14.0
104
+ tenacity==9.1.2
105
+ threadpoolctl==3.6.0
106
+ tokenizers==0.21.4
107
+ torch==2.7.1
108
+ tqdm==4.67.1
109
+ transformers==4.54.1
110
+ typer==0.16.0
111
+ typing-inspection==0.4.1
112
+ typing_extensions==4.14.1
113
+ urllib3==2.5.0
114
+ uvicorn==0.35.0
115
+ watchfiles==1.1.0
116
+ websocket-client==1.8.0
117
+ websockets==15.0.1
118
+ Werkzeug==3.1.3
119
+ zipp==3.23.0
120
+ zstandard==0.23.0