Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2024-12-05 09:21:53 +00:00
parent 277843c1df
commit cf82b9e44d
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1 @@
# 0da92d746c354ea4856e68783c754671
# python hello-world

2
main.py Normal file
View File

@ -0,0 +1,2 @@
def main(request):
return "hello, world"

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
functions-framework==1.4.3
markupsafe==2.0.1
pydantic==2.10.3