Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-06 12:53:59 +00:00
parent 0721c7b72f
commit a99a58f376
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1 @@
# 516a8d15c0ee4b308023dfa15dd12097 # python hello-world

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def main(request):
print(request)
raise Exception("Oh no!")
return request

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1