Compare commits

..

1 Commits
main ... v3

Author SHA1 Message Date
FunctionsAPI
cf82b9e44d Automatic push from FunctionsAPI 2024-12-05 09:21:53 +00:00
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