asiaao commited on
Commit
159d2ee
·
verified ·
1 Parent(s): 17af28e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- streamlit==1.26.0
2
- google-api-python-client==2.100.0
3
- google-auth==2.23.3
4
- google-auth-oauthlib==1.0.0
5
- dateparser==1.1.8
 
1
+ gradio==3.23.0
2
+ openai==0.27.2 # For the NLP tasks (task scheduling, motivational tone generation)
3
+ google-api-python-client==2.91.0 # For Google Calendar integration
4
+ google-auth-oauthlib==1.0.0 # For OAuth2 authentication with Google
5
+ dateparser==1.1.7 # For parsing natural language dates