Update requirements.txt
Browse files- 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
|
| 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==
|
| 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 |
# ================================
|