diff --git a/requirements.txt b/requirements.txt index b758f36..ce167de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ numpy>=1.21.0 pandas>=1.5.0 urllib3>=1.26.0 python-telegram-handler>=0.1.0 -streamlit \ No newline at end of file +streamlit +streamlit_autorefresh \ No newline at end of file diff --git a/setup.sh b/setup.sh index 66914db..e665d9f 100755 --- a/setup.sh +++ b/setup.sh @@ -116,7 +116,7 @@ setup_venv() { fi # Установка дополнительных зависимостей которые могут понадобиться - pip install watchdog pillow + pip install watchdog pillow streamlit_autorefresh # Проверка установки streamlit if ! [ -f ".venv/bin/streamlit" ]; then