[tool.poetry] name = "ubs-board" version = "0.1.0" description = "Dashboard interativo UBS" authors = ["drguilhermeapolinario "] 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"