sailajaai commited on
Commit
d2f1a7d
·
verified ·
1 Parent(s): 8446a33

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +69 -8
requirements.txt CHANGED
@@ -1,8 +1,69 @@
1
- Flask==2.2.5
2
- Flask-PyMongo==2.3.0
3
- Flask-Mail==0.9.1
4
- python-dotenv==1.0.0
5
- requests==2.31.0
6
- pymongo[srv]==4.4.0
7
- numpy==1.26.0
8
- gunicorn==21.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.11.0
3
+ blinker==1.9.0
4
+ certifi==2025.10.5
5
+ charset-normalizer==3.4.3
6
+ click==8.3.0
7
+ colorama==0.4.6
8
+ distro==1.9.0
9
+ dnspython==2.8.0
10
+ exceptiongroup==1.3.0
11
+ filelock==3.19.1
12
+ Flask==3.1.2
13
+ Flask-Mail==0.10.0
14
+ Flask-PyMongo==3.0.1
15
+ fsspec==2025.9.0
16
+ h11==0.16.0
17
+ httpcore==1.0.9
18
+ httpx==0.28.1
19
+ huggingface-hub==0.35.3
20
+ idna==3.10
21
+ itsdangerous==2.2.0
22
+ Jinja2==3.1.6
23
+ jiter==0.11.0
24
+ joblib==1.5.2
25
+ jsonpatch==1.33
26
+ jsonpointer==3.0.0
27
+ langchain-core==0.3.78
28
+ langgraph==0.6.8
29
+ langgraph-checkpoint==2.1.1
30
+ langgraph-prebuilt==0.6.4
31
+ langgraph-sdk==0.2.9
32
+ langsmith==0.4.32
33
+ MarkupSafe==3.0.3
34
+ mpmath==1.3.0
35
+ networkx==3.4.2
36
+ nltk==3.9.2
37
+ numpy==2.2.6
38
+ openai==2.1.0
39
+ orjson==3.11.3
40
+ ormsgpack==1.10.0
41
+ packaging==25.0
42
+ pillow==11.3.0
43
+ pydantic==2.11.10
44
+ pydantic_core==2.33.2
45
+ pymongo==4.15.2
46
+ python-dotenv==1.1.1
47
+ PyYAML==6.0.3
48
+ regex==2025.9.18
49
+ requests==2.32.5
50
+ requests-toolbelt==1.0.0
51
+ safetensors==0.6.2
52
+ scikit-learn==1.7.2
53
+ scipy==1.15.3
54
+ sentence-transformers==5.1.1
55
+ sniffio==1.3.1
56
+ sympy==1.14.0
57
+ tenacity==9.1.2
58
+ threadpoolctl==3.6.0
59
+ tokenizers==0.22.1
60
+ torch==2.8.0
61
+ tqdm==4.67.1
62
+ transformers==4.57.0
63
+ typing-inspection==0.4.2
64
+ typing_extensions==4.15.0
65
+ urllib3==2.5.0
66
+ Werkzeug==3.1.3
67
+ xxhash==3.6.0
68
+ zstandard==0.25.0
69
+ gunicorn