Yannic Brose commited on
Commit
f9f79d5
·
1 Parent(s): d5048f7

pip freeze to req.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +55 -2
requirements.txt CHANGED
@@ -1,2 +1,55 @@
1
- deepl
2
- reportlab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.8.0
4
+ certifi==2025.1.31
5
+ chardet==5.2.0
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ deepl==1.21.1
9
+ fastapi==0.115.11
10
+ ffmpy==0.5.0
11
+ filelock==3.17.0
12
+ fsspec==2025.3.0
13
+ gradio==5.20.1
14
+ gradio_client==1.7.2
15
+ groovy==0.1.2
16
+ h11==0.14.0
17
+ httpcore==1.0.7
18
+ httpx==0.28.1
19
+ huggingface-hub==0.29.3
20
+ idna==3.10
21
+ Jinja2==3.1.6
22
+ markdown-it-py==3.0.0
23
+ MarkupSafe==2.1.5
24
+ mdurl==0.1.2
25
+ numpy==2.2.3
26
+ orjson==3.10.15
27
+ packaging==24.2
28
+ pandas==2.2.3
29
+ pillow==11.1.0
30
+ pydantic==2.10.6
31
+ pydantic_core==2.27.2
32
+ pydub==0.25.1
33
+ Pygments==2.19.1
34
+ python-dateutil==2.9.0.post0
35
+ python-multipart==0.0.20
36
+ pytz==2025.1
37
+ PyYAML==6.0.2
38
+ reportlab==4.3.1
39
+ requests==2.32.3
40
+ rich==13.9.4
41
+ ruff==0.9.10
42
+ safehttpx==0.1.6
43
+ semantic-version==2.10.0
44
+ shellingham==1.5.4
45
+ six==1.17.0
46
+ sniffio==1.3.1
47
+ starlette==0.46.1
48
+ tomlkit==0.13.2
49
+ tqdm==4.67.1
50
+ typer==0.15.2
51
+ typing_extensions==4.12.2
52
+ tzdata==2025.1
53
+ urllib3==2.3.0
54
+ uvicorn==0.34.0
55
+ websockets==15.0.1