Compare commits

..

No commits in common. "v3" and "main" have entirely different histories.
v3 ... main

3 changed files with 2 additions and 11 deletions

View File

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

View File

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

View File

@ -1,8 +0,0 @@
#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"