spagestic commited on
Commit
50fe48f
·
1 Parent(s): c725c9c

feat: Add initial requirements for the PDF Text Extractor application

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -0
requirements.txt CHANGED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ audioop-lts==0.2.1
5
+ certifi==2025.4.26
6
+ charset-normalizer==3.4.2
7
+ click==8.2.1
8
+ colorama==0.4.6
9
+ dotenv==0.9.9
10
+ eval_type_backport==0.2.2
11
+ fastapi==0.115.12
12
+ ffmpy==0.6.0
13
+ filelock==3.18.0
14
+ fsspec==2025.5.1
15
+ gradio==5.33.0
16
+ gradio_client==1.10.2
17
+ groovy==0.1.2
18
+ h11==0.16.0
19
+ httpcore==1.0.9
20
+ httpx==0.28.1
21
+ huggingface-hub==0.32.4
22
+ idna==3.10
23
+ Jinja2==3.1.6
24
+ markdown-it-py==3.0.0
25
+ MarkupSafe==3.0.2
26
+ mdurl==0.1.2
27
+ mistralai==1.8.1
28
+ numpy==2.2.6
29
+ orjson==3.10.18
30
+ packaging==25.0
31
+ pandas==2.3.0
32
+ pillow==11.2.1
33
+ pydantic==2.11.5
34
+ pydantic_core==2.33.2
35
+ pydub==0.25.1
36
+ Pygments==2.19.1
37
+ python-dateutil==2.9.0.post0
38
+ python-dotenv==1.1.0
39
+ python-multipart==0.0.20
40
+ pytz==2025.2
41
+ PyYAML==6.0.2
42
+ requests==2.32.3
43
+ rich==14.0.0
44
+ ruff==0.11.13
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.46.2
51
+ tomlkit==0.13.3
52
+ tqdm==4.67.1
53
+ typer==0.16.0
54
+ typing-inspection==0.4.1
55
+ typing_extensions==4.14.0
56
+ tzdata==2025.2
57
+ urllib3==2.4.0
58
+ uvicorn==0.34.3
59
+ websockets==15.0.1