File size: 1,132 Bytes
756b72e
 
 
 
 
 
 
 
 
5a8d4fd
756b72e
 
 
5a8d4fd
756b72e
 
 
5a8d4fd
 
 
 
 
756b72e
 
 
 
 
 
 
5a8d4fd
756b72e
 
 
 
 
 
 
 
 
 
 
 
 
d7c81ce
 
 
756b72e
 
 
 
 
 
 
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
[tool.poetry]
name = "ubs-board"
version = "0.1.0"
description = "Dashboard interativo UBS"
authors = ["drguilhermeapolinario <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
openai = "1.51.2"
pandas = "*"
plotly = "*"
openpyxl = "*"
streamlit = "^1.39.0"
streamlit-option-menu = "*"
streamlit-extras = "*"
streamlit-lottie = "*"
langchain = "^0.3.3"
langchain_core = "^0.3.10"
langchain_community = "^0.3.2"
langchain_google_genai = "^2.0.1"
langchain_groq = "^0.2.0"
Pillow = "*"
pypdf = "*"
geopandas = "*"
folium = "*"
streamlit-folium = "*"
branca = "*"
requests = "*"
groq = "^0.11.0"
regex = "*"
chardet = "*"
faiss-cpu = "*"
googlemaps = "*"
streamlit-authenticator = "^0.3.2"
streamlit-shadcn-ui = "^0.1.18"
pytesseract = "^0.3.10"
altair = "^5.3.0"
streamlit-vega-lite = "^0.1.0"
streamlit-pdf-viewer = "^0.0.14"
pinecone-client = "^4.1.2"
poppler-utils = "^0.1.0"
networkx = "^3.3"
python-docx = "*"
html2docx = "*"
markdown = "*"

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"