Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
# Simple Salesforce Library
|
| 3 |
+
simple-salesforce
|
| 4 |
+
# Google API client libraries
|
| 5 |
+
google-auth
|
| 6 |
+
google-auth-oauthlib
|
| 7 |
+
google-auth-httplib2
|
| 8 |
+
google-api-python-client
|
| 9 |
+
httplib2 >= 0.15.0
|
| 10 |
+
requests
|