farfinx31 commited on
Commit
11e16da
·
verified ·
1 Parent(s): 349945b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -116
requirements.txt CHANGED
@@ -1,116 +1,56 @@
1
- aiohappyeyeballs==2.4.4
2
- aiohttp==3.11.11
3
- aiosignal==1.3.2
4
- altair==5.5.0
5
- annotated-types==0.7.0
6
- anthropic==0.42.0
7
- anyio==4.6.2.post1
8
- attrs==24.3.0
9
- babel==2.16.0
10
- backoff==2.2.1
11
- beautifulsoup4==4.12.3
12
- blinker==1.9.0
13
- browser-use==0.1.17
14
- cachetools==5.5.0
15
- certifi==2024.8.30
16
- cffi==1.17.1
17
- charset-normalizer==3.4.0
18
- click==8.1.7
19
- courlan==1.3.2
20
- cryptography==43.0.3
21
- dateparser==1.2.0
22
- defusedxml==0.7.1
23
- distro==1.9.0
24
- et_xmlfile==2.0.0
25
- fireworks-ai==0.15.10
26
- frozenlist==1.5.0
27
- gitdb==4.0.11
28
- GitPython==3.1.43
29
- greenlet==3.1.1
30
- h11==0.14.0
31
- html2text==2024.2.26
32
- htmldate==1.9.2
33
- httpcore==1.0.6
34
- httpx==0.27.2
35
- httpx-sse==0.4.0
36
- httpx-ws==0.7.0
37
- idna==3.10
38
- Jinja2==3.1.4
39
- jiter==0.8.2
40
- jsonpatch==1.33
41
- jsonpointer==3.0.0
42
- jsonschema==4.23.0
43
- jsonschema-specifications==2024.10.1
44
- jusText==3.0.1
45
- jwt==1.3.1
46
- langchain==0.3.13
47
- langchain-anthropic==0.3.1
48
- langchain-core==0.3.28
49
- langchain-fireworks==0.2.6
50
- langchain-openai==0.2.14
51
- langchain-text-splitters==0.3.4
52
- langsmith==0.2.6
53
- lxml==5.3.0
54
- lxml_html_clean==0.4.1
55
- MainContentExtractor==0.0.4
56
- markdown-it-py==3.0.0
57
- MarkupSafe==3.0.2
58
- mdurl==0.1.2
59
- monotonic==1.6
60
- multidict==6.1.0
61
- narwhals==1.18.4
62
- numpy==2.2.0
63
- openai==1.58.1
64
- openpyxl==3.1.5
65
- orjson==3.10.12
66
- packaging==24.2
67
- pandas==2.2.3
68
- pillow==11.0.0
69
- playwright==1.49.1
70
- plotly==5.24.1
71
- posthog==3.7.4
72
- propcache==0.2.1
73
- protobuf==5.29.1
74
- pyarrow==18.1.0
75
- pycparser==2.22
76
- pydantic==2.10.4
77
- pydantic_core==2.27.2
78
- pydeck==0.9.1
79
- pyee==12.0.0
80
- Pygments==2.18.0
81
- PyJWT==2.10.1
82
- python-dateutil==2.9.0.post0
83
- python-dotenv==1.0.1
84
- python-multipart==0.0.17
85
- pytube==15.0.0
86
- pytz==2024.2
87
- PyYAML==6.0.2
88
- referencing==0.35.1
89
- regex==2024.11.6
90
- requests==2.32.3
91
- requests-toolbelt==1.0.0
92
- rich==13.9.4
93
- rpds-py==0.22.3
94
- six==1.16.0
95
- smmap==5.0.1
96
- sniffio==1.3.1
97
- soupsieve==2.6
98
- SQLAlchemy==2.0.36
99
- sqlparse==0.5.3
100
- streamlit==1.41.1
101
- tenacity==9.0.0
102
- tiktoken==0.8.0
103
- tld==0.13
104
- toml==0.10.2
105
- tornado==6.4.2
106
- tqdm==4.67.1
107
- trafilatura==2.0.0
108
- typing_extensions==4.12.2
109
- tzdata==2024.2
110
- tzlocal==5.2
111
- urllib3==2.2.3
112
- wheel @ file:///opt/homebrew/Cellar/python%403.13/3.13.1/libexec/wheel-0.45.1-py3-none-any.whl#sha256=da46333d5dcbde6e20cf7e2f8fff9e9ce76e8c94dc4afd6fb95fc4bc2745fb5e
113
- wsproto==1.2.0
114
- XlsxWriter==3.2.0
115
- yarl==1.18.3
116
- youtube-transcript-api==0.6.2
 
1
+ fastapi
2
+ uvicorn
3
+ pandas
4
+ psycopg2-binary
5
+ python-multipart
6
+ openpyxl
7
+ fuzzywuzzy
8
+ python-Levenshtein
9
+ pydantic
10
+ starlette
11
+ altair
12
+ annotated-types
13
+ anyio
14
+ attrs
15
+ blinker
16
+ cachetools
17
+ certifi
18
+ charset-normalizer
19
+ click
20
+ gitdb
21
+ GitPython
22
+ h11
23
+ idna
24
+ Jinja2
25
+ jsonschema
26
+ jsonschema-specifications
27
+ Levenshtein
28
+ markdown-it-py
29
+ MarkupSafe
30
+ mdurl
31
+ narwhals
32
+ numpy
33
+ packaging
34
+ pillow
35
+ protobuf
36
+ pyarrow
37
+ pydantic_core
38
+ pydeck
39
+ Pygments
40
+ python-dateutil
41
+ pytz
42
+ RapidFuzz
43
+ referencing
44
+ requests
45
+ rich
46
+ rpds-py
47
+ six
48
+ smmap
49
+ sniffio
50
+ streamlit
51
+ tenacity
52
+ toml
53
+ tornado
54
+ typing_extensions
55
+ tzdata
56
+ urllib3