#Creating a virtual environment: conda create -n Streamlit_workshop python=3.11 
#command for pip installation for all the packages in this file:
#pip install -r requirements.txt

numpy
pandas
datetime
matplotlib
openai
streamlit
watchdog
python-dotenv
plotly