abdullah-alnahas
commited on
Update requirements.txt
Browse files- requirements.txt +3 -13
requirements.txt
CHANGED
@@ -1,21 +1,11 @@
|
|
1 |
gradio>=3.42.0
|
2 |
-
gradio_client>=0.2.5
|
3 |
openai
|
4 |
tiktoken
|
5 |
rich
|
6 |
pyislam
|
7 |
-
|
8 |
-
uvicorn
|
9 |
-
gunicorn
|
10 |
-
discord.py
|
11 |
-
typer
|
12 |
-
litellm==1.37.7 # pinning for now because the latest version 1.37.9 is buggy
|
13 |
-
langfuse==1.14.0
|
14 |
psycopg2-binary
|
15 |
-
bcrypt
|
16 |
-
pyjwt
|
17 |
-
zxcvbn
|
18 |
-
sendgrid
|
19 |
jinja2
|
20 |
tenacity
|
21 |
-
|
|
|
|
1 |
gradio>=3.42.0
|
|
|
2 |
openai
|
3 |
tiktoken
|
4 |
rich
|
5 |
pyislam
|
6 |
+
litellm==1.41.6
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
psycopg2-binary
|
|
|
|
|
|
|
|
|
8 |
jinja2
|
9 |
tenacity
|
10 |
+
pydantic_settings==2.3.4
|
11 |
+
pydantic
|