DocUA commited on
Commit
93e293f
·
1 Parent(s): b73fec9

Оновлено requirements.txt: додано нові залежності для покращення функціональності проекту, включаючи fastapi, gradio, pandas та інші. Оновлено версії існуючих пакетів для забезпечення сумісності та стабільності.

Browse files
Files changed (1) hide show
  1. requirements.txt +58 -5
requirements.txt CHANGED
@@ -1,6 +1,59 @@
 
 
1
  anthropic==0.47.1
2
- gradio>=4.44.1
3
- python-dotenv>=1.0.0
4
- openai>=1.0.0
5
- tiktoken>=0.5.1
6
- huggingface-hub>=0.19.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
  anthropic==0.47.1
4
+ anyio==4.8.0
5
+ certifi==2025.1.31
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ distro==1.9.0
9
+ exceptiongroup==1.2.2
10
+ fastapi==0.115.8
11
+ ffmpy==0.5.0
12
+ filelock==3.17.0
13
+ fsspec==2025.2.0
14
+ gradio==5.18.0
15
+ gradio_client==1.7.2
16
+ h11==0.14.0
17
+ httpcore==1.0.7
18
+ httpx==0.28.1
19
+ huggingface-hub==0.29.1
20
+ idna==3.10
21
+ Jinja2==3.1.5
22
+ jiter==0.8.2
23
+ markdown-it-py==3.0.0
24
+ MarkupSafe==2.1.5
25
+ mdurl==0.1.2
26
+ numpy==2.2.3
27
+ openai==1.70.0
28
+ orjson==3.10.15
29
+ packaging==24.2
30
+ pandas==2.2.3
31
+ pillow==11.1.0
32
+ pydantic==2.10.6
33
+ pydantic_core==2.27.2
34
+ pydub==0.25.1
35
+ Pygments==2.19.1
36
+ python-dateutil==2.9.0.post0
37
+ python-dotenv==1.0.1
38
+ python-multipart==0.0.20
39
+ pytz==2025.1
40
+ PyYAML==6.0.2
41
+ regex==2024.11.6
42
+ requests==2.32.3
43
+ rich==13.9.4
44
+ ruff==0.9.7
45
+ safehttpx==0.1.6
46
+ semantic-version==2.10.0
47
+ shellingham==1.5.4
48
+ six==1.17.0
49
+ sniffio==1.3.1
50
+ starlette==0.45.3
51
+ tiktoken==0.9.0
52
+ tomlkit==0.13.2
53
+ tqdm==4.67.1
54
+ typer==0.15.1
55
+ typing_extensions==4.12.2
56
+ tzdata==2025.1
57
+ urllib3==2.3.0
58
+ uvicorn==0.34.0
59
+ websockets==15.0