Spaces:
Running
Running
File size: 1,097 Bytes
96a2915 |
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 |
[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 = "*"
pandas = "*"
plotly = "*"
openpyxl = "*"
streamlit = "==1.36.0"
streamlit-option-menu = "*"
streamlit-extras = "*"
streamlit-lottie = "*"
langchain = "*"
langchain_core = "*"
langchain_community = "*"
langchain_google_genai = "*"
langchain_groq = "*"
Pillow = "*"
pypdf = "*"
geopandas = "*"
folium = "*"
streamlit-folium = "*"
branca = "*"
requests = "*"
groq = "*"
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"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|