Compare commits

...

1 Commits
main ... v4

Author SHA1 Message Date
FunctionsAPI
c48058036a Automatic push from FunctionsAPI 2025-01-08 09:44:09 +00:00
3 changed files with 13 additions and 2 deletions

View File

@ -1,2 +1 @@
# 4f83a07cd03e4135aa345ae950e42c1a
# python hello-world

2
main.py Normal file
View File

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

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
functions-framework==1.4.3
markupsafe==2.0.1
#Thisisacomment
pytest
pytest-cov
requests[security]>=2.8.1,==2.8.*;python_version>"2.7"
pdoc==14.4.0;python_version>="3.9"
pydantic==2.6.1;python_version>="3.9"
pytest==8.0.0;python_version>="3.9"