diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e4586ca --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +# requirements.txt + +# Streamlit for web applications +streamlit + +# Dotenv for environment variable management +python-dotenv + +# Google API client library for accessing various Google APIs +google-api-python-client