Oleg Lavrovsky commited on
Commit
69eb196
·
unverified ·
1 Parent(s): b3c89cf

Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +65 -0
requirements.txt ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-doc==0.0.4
3
+ annotated-types==0.7.0
4
+ anyio==4.11.0
5
+ audioop-lts==0.2.2
6
+ brotli==1.2.0
7
+ certifi==2025.11.12
8
+ charset-normalizer==3.4.4
9
+ click==8.3.1
10
+ distro==1.9.0
11
+ fastapi==0.121.2
12
+ ffmpy==1.0.0
13
+ filelock==3.20.0
14
+ fsspec==2025.10.0
15
+ gradio==5.49.1
16
+ gradio-client==1.13.3
17
+ groovy==0.1.2
18
+ h11==0.16.0
19
+ hf==1.1.4
20
+ hf-xet==1.2.0
21
+ httpcore==1.0.9
22
+ httpx==0.28.1
23
+ huggingface-hub==1.1.4
24
+ idna==3.11
25
+ jinja2==3.1.6
26
+ jiter==0.12.0
27
+ markdown-it-py==4.0.0
28
+ markupsafe==3.0.3
29
+ mdurl==0.1.2
30
+ narwhals==2.11.0
31
+ numpy==2.3.4
32
+ openai==2.8.0
33
+ orjson==3.11.4
34
+ packaging==25.0
35
+ pandas==2.3.3
36
+ pillow==11.3.0
37
+ plotly==6.4.0
38
+ pydantic==2.11.10
39
+ pydantic-core==2.33.2
40
+ pydub==0.25.1
41
+ pygments==2.19.2
42
+ python-dateutil==2.9.0.post0
43
+ python-dotenv==1.2.1
44
+ python-multipart==0.0.20
45
+ pytz==2025.2
46
+ pyyaml==6.0.3
47
+ requests==2.32.5
48
+ rich==14.2.0
49
+ ruff==0.14.5
50
+ safehttpx==0.1.7
51
+ semantic-version==2.10.0
52
+ shellingham==1.5.4
53
+ six==1.17.0
54
+ sniffio==1.3.1
55
+ starlette==0.49.3
56
+ tomlkit==0.13.3
57
+ tqdm==4.67.1
58
+ typer==0.20.0
59
+ typer-slim==0.20.0
60
+ typing-extensions==4.15.0
61
+ typing-inspection==0.4.2
62
+ tzdata==2025.2
63
+ urllib3==2.5.0
64
+ uvicorn==0.38.0
65
+ websockets==15.0.1