Compare commits

...

1 Commits
main ... v4

Author SHA1 Message Date
FunctionsAPI
f8cdf8c8ef Automatic push from FunctionsAPI 2024-12-11 07:36:18 +00:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1 @@
# 101a7ce045964161b60ad80985ea4f75
# python hello-world

2
main.py Normal file
View File

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

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
pytest
pytest-cov
requests[security]==2.8.1
pdoc==14.4.0
pydantic==2.6.1
pytest==8.0.0