Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2024-12-11 07:36:18 +00:00
parent 21714589e7
commit f8cdf8c8ef
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