From 14e411f3988e23a4b53129b91cc4a6d9f82f2046 Mon Sep 17 00:00:00 2001 From: "Carl Zh." Date: Wed, 30 Oct 2024 11:28:08 -0500 Subject: [PATCH] update requirement.txt --- requirements.txt | 56 ------------------------------------------ webpages/buffteks.html | 5 ++-- webpages/project.py | 1 - 3 files changed, 2 insertions(+), 60 deletions(-) diff --git a/requirements.txt b/requirements.txt index 152f73d38..3f8cb5c96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,64 +1,8 @@ -altair==5.4.1 -appdirs==1.4.4 -atomicwrites==1.4.0 -attrs==24.2.0 -blinker==1.8.2 -branca==0.8.0 -cachetools==5.5.0 -charset-normalizer==3.3.2 -contourpy==1.3.0 -cycler==0.12.1 -folium==0.17.0 -fonttools==4.53.1 -frozendict==2.4.4 -gitdb==4.0.11 -GitPython==3.1.43 -html5lib==1.1 -idna==3.8 -jsonpointer==2.1 -jsonschema==4.23.0 -jsonschema-specifications==2023.12.1 -kiwisolver==1.4.7 -lxml==5.3.0 -markdown-it-py==3.0.0 -MarkupSafe==2.1.5 matplotlib==3.9.2 -mdurl==0.1.2 -mkl-service==2.4.0 -multitasking==0.0.11 -narwhals==1.6.4 -packaging==24.1 -peewee==3.17.6 -pillow==10.4.0 -platformdirs==4.3.2 plotly==5.24.0 -protobuf==5.28.0 -pyarrow==17.0.0 -pyasn1-modules==0.2.8 -pycurl==7.45.2 -pydeck==0.9.1 -Pygments==2.18.0 -pyls-spyder==0.4.0 -pyparsing==3.1.4 -PyQt5==5.15.10 -PyQtWebEngine==5.15.6 -pytz==2024.2 -pywin32==305.1 -referencing==0.35.1 -requests==2.32.3 -rich==13.8.1 -rpds-py==0.20.0 -setuptools>=70.0.0 -smmap==5.0.1 -soupsieve==2.6 streamlit==1.38.0 streamlit-ace==0.1.1 streamlit-antd-components==0.3.2 streamlit_folium==0.23.0 -tenacity==8.5.0 -typing_extensions==4.12.2 -tzdata==2024.1 -watchdog==4.0.2 -wheel==0.43.0 wordcloud==1.9.3 yfinance==0.2.43 \ No newline at end of file diff --git a/webpages/buffteks.html b/webpages/buffteks.html index 39bc77a25..ec38c0f6e 100644 --- a/webpages/buffteks.html +++ b/webpages/buffteks.html @@ -141,14 +141,13 @@ -
+ kdana@wtamu.edu
- + --> diff --git a/webpages/project.py b/webpages/project.py index 65018927f..ebdf5ebc5 100644 --- a/webpages/project.py +++ b/webpages/project.py @@ -1,6 +1,5 @@ import streamlit as st import streamlit_antd_components as sac -import time def project(): st.title("BuffTeks Project")