Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2024-12-04 13:10:42 +00:00
parent ad554194d4
commit d4561df163
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1 @@
# 005589f4c3bb4ddea154f311172c712a # 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
pydanitc==2.10.3