davanstrien HF staff commited on
Commit
6bf0c73
1 Parent(s): 1f7ca14

Update requirements.txt with new dependencies

Browse files
Files changed (2) hide show
  1. requirements.in +8 -1
  2. requirements.txt +130 -22
requirements.in CHANGED
@@ -1,5 +1,12 @@
 
1
  fastapi
2
  fastapi-cors
3
  huggingface_hub
 
 
 
 
 
4
  python-dotenv
5
- uvicorn[standard]
 
 
1
+ IProgress
2
  fastapi
3
  fastapi-cors
4
  huggingface_hub
5
+ ipykernel
6
+ ipywidgets
7
+ jinja2
8
+ langfuse
9
+ openai
10
  python-dotenv
11
+ uvicorn[standard]
12
+ cashews[diskcache]
requirements.txt CHANGED
@@ -4,22 +4,44 @@ annotated-types==0.6.0
4
  # via pydantic
5
  anyio==4.2.0
6
  # via
 
 
7
  # starlette
8
  # watchfiles
 
 
 
 
 
 
 
9
  certifi==2023.11.17
10
- # via requests
11
- cffi==1.16.0
12
- # via cryptography
 
13
  charset-normalizer==3.3.2
14
  # via requests
 
 
15
  click==8.1.7
16
  # via uvicorn
17
- cryptography==42.0.5
18
- # via python-jose
19
- ecdsa==0.18.0
20
- # via python-jose
 
 
 
 
 
 
 
 
21
  environs==11.0.0
22
  # via fastapi-cors
 
 
23
  fastapi==0.109.0
24
  # via fastapi-cors
25
  fastapi-cors==0.0.6
@@ -28,55 +50,135 @@ filelock==3.13.1
28
  fsspec==2023.12.2
29
  # via huggingface-hub
30
  h11==0.14.0
31
- # via uvicorn
 
 
 
 
32
  httptools==0.6.1
33
  # via uvicorn
34
- huggingface-hub==0.20.3
 
 
 
 
35
  idna==3.6
36
  # via
37
  # anyio
 
38
  # requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  marshmallow==3.21.1
40
  # via environs
 
 
 
 
 
 
 
41
  packaging==23.2
42
  # via
43
  # huggingface-hub
 
 
44
  # marshmallow
45
- pyasn1==0.6.0
46
- # via
47
- # python-jose
48
- # rsa
49
- pycparser==2.22
50
- # via cffi
 
 
 
 
 
 
 
 
51
  pydantic==2.5.3
52
- # via fastapi
 
 
 
53
  pydantic-core==2.14.6
54
  # via pydantic
 
 
 
 
55
  python-dotenv==1.0.1
56
  # via
57
  # environs
58
  # uvicorn
59
- python-jose==3.3.0
60
  pyyaml==6.0.1
61
  # via
62
  # huggingface-hub
63
  # uvicorn
 
 
 
 
64
  requests==2.31.0
65
  # via huggingface-hub
66
- rsa==4.9
67
- # via python-jose
68
  six==1.16.0
69
- # via ecdsa
 
 
 
70
  sniffio==1.3.0
71
- # via anyio
 
 
 
 
 
72
  starlette==0.35.1
73
  # via fastapi
 
 
 
 
74
  tqdm==4.66.1
75
- # via huggingface-hub
 
 
 
 
 
 
 
 
 
 
 
76
  typing-extensions==4.9.0
77
  # via
78
  # fastapi
79
  # huggingface-hub
 
 
80
  # pydantic
81
  # pydantic-core
82
  urllib3==2.1.0
@@ -86,5 +188,11 @@ uvloop==0.19.0
86
  # via uvicorn
87
  watchfiles==0.21.0
88
  # via uvicorn
 
 
89
  websockets==11.0.3
90
  # via uvicorn
 
 
 
 
 
4
  # via pydantic
5
  anyio==4.2.0
6
  # via
7
+ # httpx
8
+ # openai
9
  # starlette
10
  # watchfiles
11
+ appnope==0.1.4
12
+ # via ipykernel
13
+ asttokens==2.4.1
14
+ # via stack-data
15
+ backoff==2.2.1
16
+ # via langfuse
17
+ cashews==7.0.2
18
  certifi==2023.11.17
19
+ # via
20
+ # httpcore
21
+ # httpx
22
+ # requests
23
  charset-normalizer==3.3.2
24
  # via requests
25
+ chevron==0.14.0
26
+ # via langfuse
27
  click==8.1.7
28
  # via uvicorn
29
+ comm==0.2.2
30
+ # via
31
+ # ipykernel
32
+ # ipywidgets
33
+ debugpy==1.8.1
34
+ # via ipykernel
35
+ decorator==5.1.1
36
+ # via ipython
37
+ diskcache==5.6.3
38
+ # via cashews
39
+ distro==1.9.0
40
+ # via openai
41
  environs==11.0.0
42
  # via fastapi-cors
43
+ executing==2.0.1
44
+ # via stack-data
45
  fastapi==0.109.0
46
  # via fastapi-cors
47
  fastapi-cors==0.0.6
 
50
  fsspec==2023.12.2
51
  # via huggingface-hub
52
  h11==0.14.0
53
+ # via
54
+ # httpcore
55
+ # uvicorn
56
+ httpcore==1.0.5
57
+ # via httpx
58
  httptools==0.6.1
59
  # via uvicorn
60
+ httpx==0.27.0
61
+ # via
62
+ # langfuse
63
+ # openai
64
+ huggingface-hub==0.22.2
65
  idna==3.6
66
  # via
67
  # anyio
68
+ # httpx
69
  # requests
70
+ iprogress==0.4
71
+ ipykernel==6.29.4
72
+ ipython==8.23.0
73
+ # via
74
+ # ipykernel
75
+ # ipywidgets
76
+ ipywidgets==8.1.2
77
+ jedi==0.19.1
78
+ # via ipython
79
+ jinja2==3.1.3
80
+ jupyter-client==8.6.1
81
+ # via ipykernel
82
+ jupyter-core==5.7.2
83
+ # via
84
+ # ipykernel
85
+ # jupyter-client
86
+ jupyterlab-widgets==3.0.10
87
+ # via ipywidgets
88
+ langfuse==2.21.3
89
+ markupsafe==2.1.5
90
+ # via jinja2
91
  marshmallow==3.21.1
92
  # via environs
93
+ matplotlib-inline==0.1.6
94
+ # via
95
+ # ipykernel
96
+ # ipython
97
+ nest-asyncio==1.6.0
98
+ # via ipykernel
99
+ openai==1.16.1
100
  packaging==23.2
101
  # via
102
  # huggingface-hub
103
+ # ipykernel
104
+ # langfuse
105
  # marshmallow
106
+ parso==0.8.3
107
+ # via jedi
108
+ pexpect==4.9.0
109
+ # via ipython
110
+ platformdirs==4.2.0
111
+ # via jupyter-core
112
+ prompt-toolkit==3.0.43
113
+ # via ipython
114
+ psutil==5.9.8
115
+ # via ipykernel
116
+ ptyprocess==0.7.0
117
+ # via pexpect
118
+ pure-eval==0.2.2
119
+ # via stack-data
120
  pydantic==2.5.3
121
+ # via
122
+ # fastapi
123
+ # langfuse
124
+ # openai
125
  pydantic-core==2.14.6
126
  # via pydantic
127
+ pygments==2.17.2
128
+ # via ipython
129
+ python-dateutil==2.9.0.post0
130
+ # via jupyter-client
131
  python-dotenv==1.0.1
132
  # via
133
  # environs
134
  # uvicorn
 
135
  pyyaml==6.0.1
136
  # via
137
  # huggingface-hub
138
  # uvicorn
139
+ pyzmq==25.1.2
140
+ # via
141
+ # ipykernel
142
+ # jupyter-client
143
  requests==2.31.0
144
  # via huggingface-hub
 
 
145
  six==1.16.0
146
+ # via
147
+ # asttokens
148
+ # iprogress
149
+ # python-dateutil
150
  sniffio==1.3.0
151
+ # via
152
+ # anyio
153
+ # httpx
154
+ # openai
155
+ stack-data==0.6.3
156
+ # via ipython
157
  starlette==0.35.1
158
  # via fastapi
159
+ tornado==6.4
160
+ # via
161
+ # ipykernel
162
+ # jupyter-client
163
  tqdm==4.66.1
164
+ # via
165
+ # huggingface-hub
166
+ # openai
167
+ traitlets==5.14.2
168
+ # via
169
+ # comm
170
+ # ipykernel
171
+ # ipython
172
+ # ipywidgets
173
+ # jupyter-client
174
+ # jupyter-core
175
+ # matplotlib-inline
176
  typing-extensions==4.9.0
177
  # via
178
  # fastapi
179
  # huggingface-hub
180
+ # ipython
181
+ # openai
182
  # pydantic
183
  # pydantic-core
184
  urllib3==2.1.0
 
188
  # via uvicorn
189
  watchfiles==0.21.0
190
  # via uvicorn
191
+ wcwidth==0.2.13
192
+ # via prompt-toolkit
193
  websockets==11.0.3
194
  # via uvicorn
195
+ widgetsnbextension==4.0.10
196
+ # via ipywidgets
197
+ wrapt==1.16.0
198
+ # via langfuse