Compare commits

...

1 Commits
main ... v4

Author SHA1 Message Date
FunctionsAPI
f0ddd5b322 Automatic push from FunctionsAPI 2024-12-11 11:17:24 +00:00
3 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1 @@
# 9c5c7bac445c431fa70dbdd3e2ff8d00
# 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"
pydantic==2.6.1;python_version>="3.9"
pytest==8.0.0;python_version>="3.9"