add streamlit_autorefresh

This commit is contained in:
2025-10-21 09:01:49 +00:00
parent 24860de8c6
commit d4d9964282
2 changed files with 3 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ numpy>=1.21.0
pandas>=1.5.0
urllib3>=1.26.0
python-telegram-handler>=0.1.0
streamlit
streamlit
streamlit_autorefresh

View File

@@ -116,7 +116,7 @@ setup_venv() {
fi
# Установка дополнительных зависимостей которые могут понадобиться
pip install watchdog pillow
pip install watchdog pillow streamlit_autorefresh
# Проверка установки streamlit
if ! [ -f ".venv/bin/streamlit" ]; then