Giustino Esposito commited on
Commit
d904730
·
1 Parent(s): c4b829b

fixed requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +121 -2
requirements.txt CHANGED
@@ -1,2 +1,121 @@
1
- gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.7
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ asttokens==3.0.0
8
+ async-timeout==4.0.3
9
+ attrs==25.3.0
10
+ backoff==2.2.1
11
+ cachetools==5.5.2
12
+ certifi==2025.4.26
13
+ charset-normalizer==3.4.2
14
+ click==8.2.1
15
+ colorama==0.4.6
16
+ dataclasses-json==0.6.7
17
+ decorator==5.2.1
18
+ defusedxml==0.7.1
19
+ exceptiongroup==1.3.0
20
+ executing==2.2.0
21
+ fastapi==0.115.12
22
+ ffmpy==0.6.0
23
+ filelock==3.18.0
24
+ filetype==1.2.0
25
+ frozenlist==1.6.0
26
+ fsspec==2025.5.1
27
+ google-ai-generativelanguage==0.6.18
28
+ google-api-core==2.25.0
29
+ google-auth==2.40.2
30
+ google-search-results==2.4.2
31
+ googleapis-common-protos==1.70.0
32
+ gradio==5.32.1
33
+ gradio_client==1.10.2
34
+ greenlet==3.2.2
35
+ groovy==0.1.2
36
+ grpcio==1.72.1
37
+ grpcio-status==1.72.1
38
+ h11==0.16.0
39
+ httpcore==1.0.9
40
+ httpx==0.28.1
41
+ httpx-sse==0.4.0
42
+ huggingface-hub==0.32.4
43
+ idna==3.10
44
+ ipython==8.37.0
45
+ jedi==0.19.2
46
+ Jinja2==3.1.6
47
+ jsonpatch==1.33
48
+ jsonpointer==3.0.0
49
+ langchain==0.3.25
50
+ langchain-community==0.3.24
51
+ langchain-core==0.3.63
52
+ langchain-google-genai==2.1.5
53
+ langchain-text-splitters==0.3.8
54
+ langfuse==2.60.7
55
+ langgraph==0.4.8
56
+ langgraph-checkpoint==2.0.26
57
+ langgraph-prebuilt==0.2.2
58
+ langgraph-sdk==0.1.70
59
+ langsmith==0.3.44
60
+ markdown-it-py==3.0.0
61
+ MarkupSafe==3.0.2
62
+ marshmallow==3.26.1
63
+ matplotlib-inline==0.1.7
64
+ mdurl==0.1.2
65
+ multidict==6.4.4
66
+ mypy_extensions==1.1.0
67
+ numpy==2.2.6
68
+ orjson==3.10.18
69
+ ormsgpack==1.10.0
70
+ packaging==24.2
71
+ pandas==2.2.3
72
+ parso==0.8.4
73
+ pillow==11.2.1
74
+ prompt_toolkit==3.0.51
75
+ propcache==0.3.1
76
+ proto-plus==1.26.1
77
+ protobuf==6.31.1
78
+ pure_eval==0.2.3
79
+ pyasn1==0.6.1
80
+ pyasn1_modules==0.4.2
81
+ pydantic==2.11.5
82
+ pydantic-settings==2.9.1
83
+ pydantic_core==2.33.2
84
+ pydub==0.25.1
85
+ Pygments==2.19.1
86
+ python-dateutil==2.9.0.post0
87
+ python-dotenv==1.1.0
88
+ python-multipart==0.0.20
89
+ pytz==2025.2
90
+ PyYAML==6.0.2
91
+ requests==2.32.3
92
+ requests-toolbelt==1.0.0
93
+ rich==14.0.0
94
+ rsa==4.9.1
95
+ ruff==0.11.12
96
+ safehttpx==0.1.6
97
+ semantic-version==2.10.0
98
+ shellingham==1.5.4
99
+ six==1.17.0
100
+ sniffio==1.3.1
101
+ SQLAlchemy==2.0.41
102
+ stack-data==0.6.3
103
+ starlette==0.46.2
104
+ tenacity==9.1.2
105
+ tomlkit==0.13.2
106
+ tqdm==4.67.1
107
+ traitlets==5.14.3
108
+ typer==0.16.0
109
+ typing-inspect==0.9.0
110
+ typing-inspection==0.4.1
111
+ typing_extensions==4.14.0
112
+ tzdata==2025.2
113
+ urllib3==2.4.0
114
+ uvicorn==0.34.3
115
+ wcwidth==0.2.13
116
+ websockets==15.0.1
117
+ wrapt==1.17.2
118
+ xxhash==3.5.0
119
+ yarl==1.20.0
120
+ youtube-transcript-api==1.0.3
121
+ zstandard==0.23.0