Spaces:
Sleeping
Sleeping
Update requirements.txt to include mysql-connector-python and python-dotenv for database connectivity and environment variable management.
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -7,3 +7,5 @@ google-auth==2.22.0
|
|
| 7 |
google-auth-oauthlib==1.0.0
|
| 8 |
google-auth-httplib2==0.1.0
|
| 9 |
google-api-python-client==2.105.0
|
|
|
|
|
|
|
|
|
| 7 |
google-auth-oauthlib==1.0.0
|
| 8 |
google-auth-httplib2==0.1.0
|
| 9 |
google-api-python-client==2.105.0
|
| 10 |
+
mysql-connector-python
|
| 11 |
+
python-dotenv
|