rairo commited on
Commit
82c6d73
·
verified ·
1 Parent(s): 4964562

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -99
requirements.txt CHANGED
@@ -1,103 +1,14 @@
1
-
2
  Flask==3.0.0
3
  flask-cors
4
- aiofiles==23.2.1
5
- aiohttp==3.8.6
6
- aiosignal==1.3.1
7
- altair==5.1.2
8
- annotated-types==0.6.0
9
- anyio==3.7.1
10
- async-timeout==4.0.3
11
- attrs==23.1.0
12
- certifi==2023.7.22
13
- charset-normalizer==3.3.2
14
- click==8.1.7
15
- colorama==0.4.6
16
- contourpy==1.2.0
17
- cycler==0.12.1
18
- dataclasses-json==0.6.1
19
- et-xmlfile==1.1.0
20
- exceptiongroup==1.1.3
21
- fastapi==0.104.1
22
- ffmpy==0.3.1
23
- filelock==3.13.1
24
- fonttools==4.44.0
25
- frozenlist==1.4.0
26
- fsspec==2023.10.0
27
  langchain-google-genai
28
  google-generativeai==0.4.1
29
- google-api-core==2.14.0
30
- google-auth==2.23.4
31
- googleapis-common-protos==1.61.0
32
- greenlet==3.0.1
33
- h11==0.14.0
34
- httpcore==1.0.1
35
- httpx==0.25.1
36
- huggingface-hub==0.19.0
37
- idna==3.4
38
- importlib-resources==6.1.1
39
- iniconfig==2.0.0
40
- Jinja2==3.1.2
41
- jsonpatch==1.33
42
- jsonpointer==2.4
43
- jsonschema==4.19.2
44
- jsonschema-specifications==2023.7.1
45
- kiwisolver==1.4.5
46
- langchain==0.0.332
47
- langchain-experimental==0.0.39
48
- langsmith==0.0.62
49
- markdown-it-py==3.0.0
50
- MarkupSafe==2.1.3
51
- marshmallow==3.20.1
52
- matplotlib==3.8.1
53
- mdurl==0.1.2
54
- multidict==6.0.4
55
- mypy-extensions==1.0.0
56
- mysql-connector-python==8.2.0
57
- numpy==1.26.1
58
- openai==0.28.1
59
- openpyxl==3.1.2
60
- orjson==3.9.10
61
- packaging==23.2
62
- pandas==2.1.2
63
- Pillow==10.1.0
64
- pluggy==1.3.0
65
- pydantic==2.4.2
66
- pydantic_core==2.10.1
67
- pydub==0.25.1
68
- Pygments==2.16.1
69
- PyJWT==2.8.0
70
- pyparsing==3.1.1
71
- pytest==7.4.3
72
- pytest-subtests==0.11.0
73
- python-dateutil==2.8.2
74
- python-dotenv==1.0.0
75
- python-multipart==0.0.6
76
- pytz==2023.3.post1
77
- PyYAML==6.0.1
78
- referencing==0.30.2
79
- requests==2.31.0
80
- rich==13.6.0
81
- rpds-py==0.12.0
82
- semantic-version==2.10.0
83
- shellingham==1.5.4
84
- six==1.16.0
85
- sniffio==1.3.0
86
- SQLAlchemy==2.0.23
87
- starlette==0.27.0
88
- streamlit==1.29.0
89
- tabulate==0.9.0
90
- tenacity==8.2.3
91
- tomli==2.0.1
92
- tomlkit==0.12.0
93
- toolz==0.12.0
94
- tqdm==4.66.1
95
- typer==0.9.0
96
- typing-inspect==0.9.0
97
- typing_extensions==4.8.0
98
- tzdata==2023.3
99
- urllib3==2.0.7
100
- uvicorn==0.24.0.post1
101
- websockets==11.0.3
102
- yarl==1.9.2
103
-
 
 
1
  Flask==3.0.0
2
  flask-cors
3
+ firebase-admin
4
+ requests
5
+ numpy==1.26.4
6
+ pandasai==2.0.28
7
+ langchain
8
+ langchain_experimental
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  langchain-google-genai
10
  google-generativeai==0.4.1
11
+ seaborn
12
+ matplotlib
13
+ wordcloud
14
+ PyYAML