remzloev commited on
Commit
60a9af0
·
verified ·
1 Parent(s): f89e77a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -0
requirements.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.1.2
3
+ annotated-types==0.6.0
4
+ anyio==3.7.1
5
+ attrs==23.1.0
6
+ certifi==2023.7.22
7
+ charset-normalizer==3.3.0
8
+ click==8.1.7
9
+ contourpy==1.1.1
10
+ cycler==0.12.1
11
+ fastapi==0.103.2
12
+ ffmpeg-python==0.2.0
13
+ ffmpy==0.3.1
14
+ filelock==3.12.4
15
+ fonttools==4.43.1
16
+ fsspec==2023.9.2
17
+ future==0.18.3
18
+ gradio==3.47.1
19
+ gradio-client==0.6.0
20
+ h11==0.14.0
21
+ httpcore==0.18.0
22
+ httpx==0.25.0
23
+ huggingface-hub==0.17.3
24
+ idna==3.4
25
+ importlib-resources==6.1.0
26
+ jinja2==3.1.2
27
+ jsonschema==4.19.1
28
+ jsonschema-specifications==2023.7.1
29
+ kiwisolver==1.4.5
30
+ markupsafe==2.1.3
31
+ matplotlib==3.8.0
32
+ numpy==1.26.0
33
+ opencv-python==4.8.1.78
34
+ orjson==3.9.7
35
+ packaging==23.2
36
+ pandas==2.1.1
37
+ pillow==10.0.1
38
+ pydantic==2.4.2
39
+ pydantic-core==2.10.1
40
+ pydub==0.25.1
41
+ pyparsing==3.1.1
42
+ python-dateutil==2.8.2
43
+ python-dotenv==1.0.0
44
+ python-multipart==0.0.6
45
+ pytz==2023.3.post1
46
+ pyyaml==6.0.1
47
+ referencing==0.30.2
48
+ requests==2.31.0
49
+ rpds-py==0.10.4
50
+ semantic-version==2.10.0
51
+ six==1.16.0
52
+ sniffio==1.3.0
53
+ starlette==0.27.0
54
+ toolz==0.12.0
55
+ tqdm==4.66.1
56
+ typing-extensions==4.8.0
57
+ tzdata==2023.3
58
+ urllib3==2.0.6
59
+ uvicorn==0.23.2
60
+ websockets==11.0.3