Compare commits

...

1 Commits
main ... v5

Author SHA1 Message Date
FunctionsAPI
d4561df163 Automatic push from FunctionsAPI 2024-12-04 13:10:42 +00:00
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