-
Notifications
You must be signed in to change notification settings - Fork 9
/
requirements-ui.txt
84 lines (67 loc) · 1 KB
/
requirements-ui.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Basic stuff
keyboard
python-dotenv
termcolor
tenacity
pydantic
# Database
psycopg2-binary
alembic
pgvector
plotly
sqlalchemy
# AI
openai
langchain==0.1.6
langchain-community==0.0.19
langchain-core==0.1.23
langchain-openai
langchain-experimental
transformers
# REST
requests==2.26.0
# Search
duckduckgo-search
# Date/Time & Calendars
pytz
tzlocal
# Google
google-api-python-client
google-auth-oauthlib
google-auth-httplib2
beautifulsoup4
# Wikipedia
wikipedia
# News
gnews
newspaper3k
# Weather
python-weather
# Document parsing
pypdf
docx2txt
pdfminer.six
bs4
pdfplumber
unstructured
openpyxl
xlrd
# Code parsing
libclang==16.0.6
# Token counting
# Currently pegged at this version for whisper compatibility ==0.3.3
tiktoken
#aiohttp==3.8.2
# UI
streamlit
streamlit-extras
streamlit-tree-select
# The following are things that I am not using yet, but I want to keep track of them
# Embeddings
#sentence_transformers
InstructorEmbedding
# API
# fastapi
python-gitlab==3.15.0
PyGithub==2.1.1
Jinja2==3.1.2