Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
google-
|
| 4 |
-
google-auth-oauthlib==1.0.0
|
| 5 |
-
dateparser==1.1.
|
|
|
|
| 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
|