Omkar008 commited on
Commit
b043124
1 Parent(s): 11c6d53

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.4.0
2
+ aiohttp==3.10.5
3
+ aiosignal==1.3.1
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ astor==0.8.1
7
+ attrs==24.2.0
8
+ beautifulsoup4==4.12.3
9
+ certifi==2024.7.4
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ contourpy==1.2.1
13
+ cycler==0.12.1
14
+ Cython==3.0.11
15
+ decorator==5.1.1
16
+ deprecation==2.1.0
17
+ docx==0.2.4
18
+ Faker==28.1.0
19
+ fastapi==0.112.2
20
+ fire==0.6.0
21
+ fonttools==4.53.1
22
+ frozenlist==1.4.1
23
+ gotrue==2.7.0
24
+ h11==0.14.0
25
+ h2==4.1.0
26
+ hpack==4.0.0
27
+ httpcore==1.0.5
28
+ httpx==0.27.0
29
+ hyperframe==6.0.1
30
+ idna==3.8
31
+ imageio==2.35.1
32
+ imgaug==0.4.0
33
+ kiwisolver==1.4.5
34
+ lazy_loader==0.4
35
+ lmdb==1.5.1
36
+ lxml==5.3.0
37
+ matplotlib==3.9.2
38
+ multidict==6.0.5
39
+ networkx==3.3
40
+ numpy==1.26.4
41
+ opencv-contrib-python==4.10.0.84
42
+ opencv-python==4.10.0.84
43
+ opt-einsum==3.3.0
44
+ optional==0.0.1
45
+ packaging==24.1
46
+ paddleocr==2.8.1
47
+ paddlepaddle==2.6.1
48
+ pandas==2.2.2
49
+ pdf2image==1.17.0
50
+ pillow==10.4.0
51
+ postgrest==0.16.11
52
+ protobuf==5.27.3
53
+ pyclipper==1.3.0.post5
54
+ pydantic==2.8.2
55
+ pydantic_core==2.20.1
56
+ pyparsing==3.1.4
57
+ PyPDF2==3.0.1
58
+ python-dateutil==2.9.0.post0
59
+ python-docx==1.1.2
60
+ python-dotenv==1.0.1
61
+ pytz==2024.1
62
+ PyYAML==6.0.2
63
+ rapidfuzz==3.9.6
64
+ realtime==2.0.2
65
+ regex==2024.7.24
66
+ requests==2.32.3
67
+ scikit-image==0.24.0
68
+ scipy==1.14.1
69
+ setuptools==73.0.1
70
+ shapely==2.0.6
71
+ six==1.16.0
72
+ sniffio==1.3.1
73
+ soupsieve==2.6
74
+ starlette==0.38.2
75
+ storage3==0.7.7
76
+ StrEnum==0.4.15
77
+ supabase==2.7.3
78
+ supafunc==0.5.1
79
+ termcolor==2.4.0
80
+ tifffile==2024.8.24
81
+ tiktoken==0.7.0
82
+ tqdm==4.66.5
83
+ typing_extensions==4.12.2
84
+ tzdata==2024.1
85
+ urllib3==2.2.2
86
+ uvicorn==0.30.6
87
+ websockets==12.0
88
+ yarl==1.9.4