Roudrigus commited on
Commit
77565fa
·
verified ·
1 Parent(s): 7367bce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -31,14 +31,14 @@ cffi>=1.15.0
31
  # ================================
32
  # Excel / Arquivos / PDF
33
  # ================================
34
- openpyxl==3.1.2 # leitura/gravação .xlsx (pandas 2.2.0 é compatível)
35
- xlrd==2.0.1 # leitura .xls (antigo) — xlsx NÃO é suportado pelo xlrd
36
- reportlab==4.0.7 # geração de PDF (tabelas simples, paisagem/portrait)
37
 
38
  # ================================
39
  # Componentes Streamlit
40
  # ================================
41
- streamlit-autorefresh==0.0.2
42
  streamlit-calendar==1.0.0 # nome no PyPI é com hífen; import interno é streamlit_calendar
43
 
44
  # ================================
 
31
  # ================================
32
  # Excel / Arquivos / PDF
33
  # ================================
34
+ openpyxl==3.1.2 # leitura/gravação .xlsx
35
+ xlrd==2.0.1 # leitura .xls (antigo)
36
+ reportlab==4.0.7 # geração de PDF
37
 
38
  # ================================
39
  # Componentes Streamlit
40
  # ================================
41
+ streamlit-autorefresh==1.0.1
42
  streamlit-calendar==1.0.0 # nome no PyPI é com hífen; import interno é streamlit_calendar
43
 
44
  # ================================