seawolf2357
commited on
Commit
•
a1bd77c
1
Parent(s):
03bb178
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
requests
|
3 |
-
|
|
|
|
1 |
+
# Google API Client
|
2 |
+
google-api-python-client
|
3 |
+
|
4 |
+
# Other common libraries for web and data processing
|
5 |
+
flask
|
6 |
requests
|
7 |
+
pandas
|
8 |
+
numpy
|