klizmillares commited on
Commit
b43b6c8
·
verified ·
1 Parent(s): 09d1b53

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -0
requirements.txt ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ attrs==23.2.0
8
+ beautifulsoup4==4.12.3
9
+ bs4==0.0.2
10
+ certifi==2024.6.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ dataclasses-json==0.6.7
17
+ dnspython==2.6.1
18
+ email_validator==2.2.0
19
+ fastapi==0.111.0
20
+ fastapi-cli==0.0.4
21
+ ffmpy==0.3.2
22
+ filelock==3.15.4
23
+ fonttools==4.53.0
24
+ frozenlist==1.4.1
25
+ fsspec==2024.6.1
26
+ gradio==4.21.0
27
+ gradio_client==0.12.0
28
+ greenlet==3.0.3
29
+ h11==0.14.0
30
+ httpcore==1.0.5
31
+ httptools==0.6.1
32
+ httpx==0.27.0
33
+ huggingface-hub==0.23.4
34
+ idna==3.7
35
+ importlib_resources==6.4.0
36
+ Jinja2==3.1.4
37
+ jsonpatch==1.33
38
+ jsonpointer==3.0.0
39
+ jsonschema==4.22.0
40
+ jsonschema-specifications==2023.12.1
41
+ kiwisolver==1.4.5
42
+ langchain==0.1.11
43
+ langchain-community==0.0.38
44
+ langchain-core==0.1.52
45
+ langchain-text-splitters==0.0.2
46
+ langsmith==0.1.82
47
+ markdown-it-py==3.0.0
48
+ MarkupSafe==2.1.5
49
+ marshmallow==3.21.3
50
+ matplotlib==3.9.0
51
+ mdurl==0.1.2
52
+ mpmath==1.3.0
53
+ multidict==6.0.5
54
+ mypy-extensions==1.0.0
55
+ networkx==3.3
56
+ numpy==1.26.4
57
+ orjson==3.10.5
58
+ packaging==23.2
59
+ pandas==2.2.2
60
+ pillow==10.3.0
61
+ pydantic==2.7.4
62
+ pydantic_core==2.18.4
63
+ pydub==0.25.1
64
+ Pygments==2.18.0
65
+ pyparsing==3.1.2
66
+ python-dateutil==2.9.0.post0
67
+ python-dotenv==1.0.1
68
+ python-multipart==0.0.9
69
+ pytz==2024.1
70
+ PyYAML==6.0.1
71
+ referencing==0.35.1
72
+ regex==2024.5.15
73
+ requests==2.31.0
74
+ rich==13.7.1
75
+ rpds-py==0.18.1
76
+ ruff==0.5.0
77
+ safetensors==0.4.3
78
+ semantic-version==2.10.0
79
+ shellingham==1.5.4
80
+ six==1.16.0
81
+ sniffio==1.3.1
82
+ soupsieve==2.5
83
+ SQLAlchemy==2.0.31
84
+ starlette==0.37.2
85
+ sympy==1.12.1
86
+ tenacity==8.4.2
87
+ tokenizers==0.15.2
88
+ tomlkit==0.12.0
89
+ toolz==0.12.1
90
+ torch==2.2.1
91
+ tqdm==4.66.4
92
+ transformers==4.38.2
93
+ typer==0.12.3
94
+ typing-inspect==0.9.0
95
+ typing_extensions==4.12.2
96
+ tzdata==2024.1
97
+ ujson==5.10.0
98
+ urllib3==2.2.2
99
+ uvicorn==0.30.1
100
+ watchfiles==0.22.0
101
+ websockets==11.0.3
102
+ yarl==1.9.4