Skip to content

Commit f6257d9

Browse files
committed
Fixed backend not deploying
1 parent 3b11762 commit f6257d9

2 files changed

Lines changed: 88 additions & 9 deletions

File tree

functions/FunctionsCurriculum/Camps/Camps_A_UpdateTeacher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ def camps_a_update_teacher(data):
2020
sf.sf.Opportunity.update(camp_id, {"Teacher__c": teacher_id})
2121

2222
return {"data": {"response": "Success", "status": 200}}
23+

functions/requirements.txt

Lines changed: 87 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,87 @@
1-
firebase_functions
2-
simple_salesforce
3-
google_auth_oauthlib
4-
oauth2client
5-
python-dotenv
6-
python-dateutil
7-
pandas
8-
asyncio
9-
aiohttp
1+
aiohappyeyeballs==2.6.1
2+
aiohttp==3.12.13
3+
aiosignal==1.3.2
4+
anyio==4.9.0
5+
asyncio==3.4.3
6+
attrs==25.3.0
7+
blinker==1.9.0
8+
CacheControl==0.14.3
9+
cachetools==5.5.2
10+
certifi==2025.4.26
11+
cffi==1.17.1
12+
charset-normalizer==3.4.2
13+
click==8.2.1
14+
cloudevents==1.12.0
15+
cryptography==45.0.4
16+
deprecation==2.1.0
17+
firebase-admin==6.9.0
18+
firebase-functions==0.4.3
19+
Flask==3.1.1
20+
flask-cors==6.0.1
21+
frozenlist==1.7.0
22+
functions-framework==3.8.3
23+
google-api-core==2.25.1
24+
google-api-python-client==2.172.0
25+
google-auth==2.40.3
26+
google-auth-httplib2==0.2.0
27+
google-auth-oauthlib==1.2.2
28+
google-cloud-core==2.4.3
29+
google-cloud-firestore==2.21.0
30+
google-cloud-storage==3.1.0
31+
google-crc32c==1.7.1
32+
google-events==0.5.0
33+
google-resumable-media==2.7.2
34+
googleapis-common-protos==1.70.0
35+
grpcio==1.73.0
36+
grpcio-status==1.73.0
37+
gunicorn==23.0.0
38+
h11==0.16.0
39+
h2==4.2.0
40+
hpack==4.1.0
41+
httpcore==1.0.9
42+
httplib2==0.22.0
43+
httpx==0.28.1
44+
hyperframe==6.1.0
45+
idna==3.10
46+
isodate==0.7.2
47+
itsdangerous==2.2.0
48+
Jinja2==3.1.6
49+
lxml==5.4.0
50+
MarkupSafe==3.0.2
51+
more-itertools==10.7.0
52+
msgpack==1.1.1
53+
multidict==6.4.4
54+
numpy==2.3.0
55+
oauth2client==4.1.3
56+
oauthlib==3.2.2
57+
packaging==25.0
58+
pandas==2.3.0
59+
platformdirs==4.3.8
60+
propcache==0.3.2
61+
proto-plus==1.26.1
62+
protobuf==6.31.1
63+
pyasn1==0.6.1
64+
pyasn1_modules==0.4.2
65+
pycparser==2.22
66+
PyJWT==2.10.1
67+
pyparsing==3.2.3
68+
python-dateutil==2.9.0.post0
69+
python-dotenv==1.1.0
70+
pytz==2025.2
71+
PyYAML==6.0.2
72+
requests==2.32.4
73+
requests-file==2.1.0
74+
requests-oauthlib==2.0.0
75+
requests-toolbelt==1.0.0
76+
rsa==4.9.1
77+
simple-salesforce==1.12.6
78+
six==1.17.0
79+
sniffio==1.3.1
80+
typing_extensions==4.14.0
81+
tzdata==2025.2
82+
uritemplate==4.2.0
83+
urllib3==2.4.0
84+
watchdog==6.0.0
85+
Werkzeug==3.1.3
86+
yarl==1.20.1
87+
zeep==4.3.1

0 commit comments

Comments
 (0)