seamusbarnes commited on
Commit
a1c664c
·
1 Parent(s): 708a86d

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +73 -0
requirements.txt ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ contourpy==1.2.1
10
+ cycler==0.12.1
11
+ dnspython==2.6.1
12
+ email_validator==2.2.0
13
+ exceptiongroup==1.2.1
14
+ fastapi==0.111.0
15
+ fastapi-cli==0.0.4
16
+ ffmpy==0.3.2
17
+ filelock==3.15.4
18
+ fonttools==4.53.1
19
+ fsspec==2024.6.1
20
+ gradio==4.37.2
21
+ gradio_client==1.0.2
22
+ h11==0.14.0
23
+ httpcore==1.0.5
24
+ httptools==0.6.1
25
+ httpx==0.27.0
26
+ huggingface-hub==0.23.4
27
+ idna==3.7
28
+ importlib_resources==6.4.0
29
+ Jinja2==3.1.4
30
+ jsonschema==4.23.0
31
+ jsonschema-specifications==2023.12.1
32
+ kiwisolver==1.4.5
33
+ markdown-it-py==3.0.0
34
+ MarkupSafe==2.1.5
35
+ matplotlib==3.9.1
36
+ mdurl==0.1.2
37
+ numpy==2.0.0
38
+ orjson==3.10.6
39
+ packaging==24.1
40
+ pandas==2.2.2
41
+ pillow==10.4.0
42
+ pydantic==2.8.2
43
+ pydantic_core==2.20.1
44
+ pydub==0.25.1
45
+ Pygments==2.18.0
46
+ pyparsing==3.1.2
47
+ python-dateutil==2.9.0.post0
48
+ python-dotenv==1.0.1
49
+ python-multipart==0.0.9
50
+ pytz==2024.1
51
+ PyYAML==6.0.1
52
+ referencing==0.35.1
53
+ requests==2.32.3
54
+ rich==13.7.1
55
+ rpds-py==0.19.0
56
+ ruff==0.5.1
57
+ semantic-version==2.10.0
58
+ shellingham==1.5.4
59
+ six==1.16.0
60
+ sniffio==1.3.1
61
+ starlette==0.37.2
62
+ tomlkit==0.12.0
63
+ toolz==0.12.1
64
+ tqdm==4.66.4
65
+ typer==0.12.3
66
+ typing_extensions==4.12.2
67
+ tzdata==2024.1
68
+ ujson==5.10.0
69
+ urllib3==2.2.2
70
+ uvicorn==0.30.1
71
+ uvloop==0.19.0
72
+ watchfiles==0.22.0
73
+ websockets==11.0.3