Ivan Roman commited on
Commit
39387ef
·
1 Parent(s): 4b459b8

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ anyio==3.7.0
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ blinker==1.6.2
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ colorama==0.4.6
13
+ contourpy==1.0.7
14
+ cycler==0.11.0
15
+ fastapi==0.95.2
16
+ ffmpy==0.3.0
17
+ filelock==3.12.0
18
+ Flask==2.3.2
19
+ flask-ngrok==0.0.25
20
+ fonttools==4.39.4
21
+ frozenlist==1.3.3
22
+ fsspec==2023.5.0
23
+ gradio==3.33.1
24
+ gradio_client==0.2.5
25
+ h11==0.14.0
26
+ httpcore==0.17.2
27
+ httpx==0.24.1
28
+ huggingface-hub==0.14.1
29
+ idna==3.4
30
+ itsdangerous==2.1.2
31
+ Jinja2==3.1.2
32
+ jsonschema==4.17.3
33
+ kiwisolver==1.4.4
34
+ linkify-it-py==2.0.2
35
+ markdown-it-py==2.2.0
36
+ MarkupSafe==2.1.2
37
+ matplotlib==3.7.1
38
+ mdit-py-plugins==0.3.3
39
+ mdurl==0.1.2
40
+ multidict==6.0.4
41
+ numpy==1.24.3
42
+ openai==0.27.7
43
+ orjson==3.8.14
44
+ packaging==23.1
45
+ pandas==2.0.2
46
+ Pillow==9.5.0
47
+ pydantic==1.10.8
48
+ pydub==0.25.1
49
+ Pygments==2.15.1
50
+ pyparsing==3.0.9
51
+ pyrsistent==0.19.3
52
+ python-dateutil==2.8.2
53
+ python-multipart==0.0.6
54
+ pytz==2023.3
55
+ PyYAML==6.0
56
+ requests==2.31.0
57
+ semantic-version==2.10.0
58
+ six==1.16.0
59
+ sniffio==1.3.0
60
+ starlette==0.27.0
61
+ toolz==0.12.0
62
+ tqdm==4.65.0
63
+ typing_extensions==4.6.2
64
+ tzdata==2023.3
65
+ uc-micro-py==1.0.2
66
+ urllib3==2.0.2
67
+ uvicorn==0.22.0
68
+ websockets==11.0.3
69
+ Werkzeug==2.3.4
70
+ yarl==1.9.2