Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2024-12-11 07:37:10 +00:00
parent 2e19cc5ed0
commit 5ac54224b5
3 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1 @@
# fc7314de0084418fbdc18b4b04e4abc6
# python hello-world

2
main.py Normal file
View File

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

8
requirements.txt Normal file
View File

@ -0,0 +1,8 @@
#Thisisacomment
pytest
pytest-cov
requests[security]>=2.8.1,==2.8.*;python_version<"2.7"
pdoc==14.4.0;python_version>="3.9"andpython_version<"4.0"
pydantic==2.6.1;python_version>="3.9"andpython_version<"4.0"
pytest==8.0.0;python_version>="3.9"andpython_version<"4.0"