pvanand commited on
Commit
8825894
1 Parent(s): 4aa7c27

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -90
requirements.txt CHANGED
@@ -1,90 +1,6 @@
1
- aiohttp==3.9.5
2
- aiosignal==1.3.1
3
- annotated-types==0.6.0
4
- anyio==4.3.0
5
- attrs==23.2.0
6
- beautifulsoup4==4.12.3
7
- brave-search==0.1.8
8
- certifi==2024.2.2
9
- charset-normalizer==3.3.2
10
- click==8.1.7
11
- colorama==0.4.6
12
- decorator==5.1.1
13
- defusedxml==0.7.1
14
- distro==1.9.0
15
- dnspython==2.6.1
16
- email_validator==2.1.1
17
- et-xmlfile==1.1.0
18
- eval_type_backport==0.2.0
19
- fastapi==0.111.0
20
- fastapi-cli==0.0.3
21
- filelock==3.14.0
22
- fonttools==4.51.0
23
- fpdf2==2.7.9
24
- frozenlist==1.4.1
25
- fuzy-jon==0.0.9
26
- h11==0.14.0
27
- httpcore==1.0.5
28
- httptools==0.6.1
29
- httpx==0.25.2
30
- idna==3.7
31
- iniconfig==2.0.0
32
- Jinja2==3.1.4
33
- joblib==1.4.2
34
- json2table==1.1.5
35
- jsonfixer==0.2.2
36
- lxml==5.2.2
37
- markdown-it-py==3.0.0
38
- MarkupSafe==2.1.5
39
- mdurl==0.1.2
40
- mistune==3.0.2
41
- multidict==6.0.5
42
- nltk==3.8.1
43
- numpy==1.26.4
44
- openai==1.30.1
45
- openpyxl==3.1.2
46
- orjson==3.10.3
47
- packaging==24.0
48
- pandas==2.2.2
49
- pillow==10.3.0
50
- pluggy==1.5.0
51
- psycopg2-binary==2.9.9
52
- py==1.11.0
53
- pyarrow==16.1.0
54
- pydantic==2.7.1
55
- pydantic_core==2.18.2
56
- Pygments==2.18.0
57
- pytest==8.2.0
58
- pytest-asyncio==0.23.6
59
- python-dateutil==2.9.0.post0
60
- python-dotenv==1.0.1
61
- python-multipart==0.0.9
62
- pytz==2024.1
63
- PyYAML==6.0.1
64
- regex==2024.5.15
65
- requests==2.31.0
66
- retry==0.9.2
67
- rich==13.7.1
68
- shellingham==1.5.4
69
- six==1.16.0
70
- sniffio==1.3.1
71
- soupsieve==2.5
72
- starlette==0.37.2
73
- tabulate==0.9.0
74
- tenacity==8.3.0
75
- tiktoken==0.7.0
76
- together==1.1.5
77
- tqdm==4.66.4
78
- typer==0.12.3
79
- typing_extensions==4.11.0
80
- tzdata==2024.1
81
- ujson==5.10.0
82
- urllib3==2.2.1
83
- uvicorn==0.29.0
84
- watchfiles==0.21.0
85
- websockets==12.0
86
- yarl==1.9.4
87
- fastapi-cache2
88
- trafilatura
89
- hrequests
90
- markdown
 
1
+ streamlit
2
+ openai
3
+ psycopg2-binary
4
+ tiktoken
5
+ requests
6
+ beautifulsoup4