Spaces:
Running
Running
drguilhermeapolinario
commited on
Update pyproject.toml
Browse files- pyproject.toml +50 -50
pyproject.toml
CHANGED
@@ -1,50 +1,50 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "ubs-board"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = "Dashboard interativo UBS"
|
5 |
-
authors = ["drguilhermeapolinario <[email protected]>"]
|
6 |
-
readme = "README.md"
|
7 |
-
|
8 |
-
[tool.poetry.dependencies]
|
9 |
-
python = "^3.12"
|
10 |
-
openai = "*"
|
11 |
-
pandas = "*"
|
12 |
-
plotly = "*"
|
13 |
-
openpyxl = "*"
|
14 |
-
streamlit = "==1.
|
15 |
-
streamlit-option-menu = "*"
|
16 |
-
streamlit-extras = "*"
|
17 |
-
streamlit-lottie = "*"
|
18 |
-
langchain = "*"
|
19 |
-
langchain_core = "*"
|
20 |
-
langchain_community = "*"
|
21 |
-
langchain_google_genai = "*"
|
22 |
-
langchain_groq = "*"
|
23 |
-
Pillow = "*"
|
24 |
-
pypdf = "*"
|
25 |
-
geopandas = "*"
|
26 |
-
folium = "*"
|
27 |
-
streamlit-folium = "*"
|
28 |
-
branca = "*"
|
29 |
-
requests = "*"
|
30 |
-
groq = "*"
|
31 |
-
regex = "*"
|
32 |
-
chardet = "*"
|
33 |
-
faiss-cpu = "*"
|
34 |
-
googlemaps = "*"
|
35 |
-
streamlit-authenticator = "^0.3.2"
|
36 |
-
streamlit-shadcn-ui = "^0.1.18"
|
37 |
-
pytesseract = "^0.3.10"
|
38 |
-
altair = "^5.3.0"
|
39 |
-
streamlit-vega-lite = "^0.1.0"
|
40 |
-
streamlit-pdf-viewer = "^0.0.14"
|
41 |
-
pinecone-client = "^4.1.2"
|
42 |
-
poppler-utils = "^0.1.0"
|
43 |
-
networkx = "^3.3"
|
44 |
-
|
45 |
-
[tool.poetry.group.dev.dependencies]
|
46 |
-
ipykernel = "^6.29.5"
|
47 |
-
|
48 |
-
[build-system]
|
49 |
-
requires = ["poetry-core"]
|
50 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
1 |
+
[tool.poetry]
|
2 |
+
name = "ubs-board"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Dashboard interativo UBS"
|
5 |
+
authors = ["drguilhermeapolinario <[email protected]>"]
|
6 |
+
readme = "README.md"
|
7 |
+
|
8 |
+
[tool.poetry.dependencies]
|
9 |
+
python = "^3.12"
|
10 |
+
openai = "*"
|
11 |
+
pandas = "*"
|
12 |
+
plotly = "*"
|
13 |
+
openpyxl = "*"
|
14 |
+
streamlit = "==1.38.0"
|
15 |
+
streamlit-option-menu = "*"
|
16 |
+
streamlit-extras = "*"
|
17 |
+
streamlit-lottie = "*"
|
18 |
+
langchain = "*"
|
19 |
+
langchain_core = "*"
|
20 |
+
langchain_community = "*"
|
21 |
+
langchain_google_genai = "*"
|
22 |
+
langchain_groq = "*"
|
23 |
+
Pillow = "*"
|
24 |
+
pypdf = "*"
|
25 |
+
geopandas = "*"
|
26 |
+
folium = "*"
|
27 |
+
streamlit-folium = "*"
|
28 |
+
branca = "*"
|
29 |
+
requests = "*"
|
30 |
+
groq = "*"
|
31 |
+
regex = "*"
|
32 |
+
chardet = "*"
|
33 |
+
faiss-cpu = "*"
|
34 |
+
googlemaps = "*"
|
35 |
+
streamlit-authenticator = "^0.3.2"
|
36 |
+
streamlit-shadcn-ui = "^0.1.18"
|
37 |
+
pytesseract = "^0.3.10"
|
38 |
+
altair = "^5.3.0"
|
39 |
+
streamlit-vega-lite = "^0.1.0"
|
40 |
+
streamlit-pdf-viewer = "^0.0.14"
|
41 |
+
pinecone-client = "^4.1.2"
|
42 |
+
poppler-utils = "^0.1.0"
|
43 |
+
networkx = "^3.3"
|
44 |
+
|
45 |
+
[tool.poetry.group.dev.dependencies]
|
46 |
+
ipykernel = "^6.29.5"
|
47 |
+
|
48 |
+
[build-system]
|
49 |
+
requires = ["poetry-core"]
|
50 |
+
build-backend = "poetry.core.masonry.api"
|