Roudrigus commited on
Commit
1bd1282
·
verified ·
1 Parent(s): 1e167dd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -3
requirements.txt CHANGED
@@ -1,3 +1,23 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Núcleo
2
+ streamlit==1.30.0
3
+
4
+ # Data stack
5
+ pandas==2.2.0
6
+ numpy==1.26.3
7
+ matplotlib==3.8.2
8
+ seaborn==0.13.2
9
+ plotly==5.18.0
10
+ pillow==10.2.0
11
+
12
+ # Utilidades
13
+ requests==2.31.0
14
+ python-dotenv==1.0.0
15
+ beautifulsoup4==4.12.2
16
+ nltk==3.8.1
17
+ scikit-learn==1.4.0
18
+ opencv-python-headless==4.9.0.80
19
+
20
+ # Banco de dados (escolha UM caminho e remova o outro)
21
+ SQLAlchemy==2.0.46
22
+ psycopg2-binary==2.9.6 # use SE for PostgreSQL
23
+ # pymysql==1.1.0 # use SE for MySQL/MariaDB (e REMOVA a linha de psycopg2-binary acima)