测试验证统一环境
This commit is contained in:
+15
@@ -1 +1,16 @@
|
|||||||
|
.venv/
|
||||||
|
.idea
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
tests/
|
||||||
|
.git/
|
||||||
|
.github/
|
||||||
|
*.md
|
||||||
|
!README.md
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
Dockerfile
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
from fastapi import FastAPI
|
||||||
|
|
||||||
|
app = FastAPI()
|
||||||
|
|
||||||
|
@app.get("/")
|
||||||
def main():
|
def main():
|
||||||
print("Hello from student-manage-system!")
|
print("Hello from student-manage-system!")
|
||||||
|
|
||||||
|
|||||||
@@ -1,47 +0,0 @@
|
|||||||
agent-detector==2.0.0
|
|
||||||
annotated-doc==0.0.5
|
|
||||||
annotated-types==0.8.0
|
|
||||||
anyio==4.15.1
|
|
||||||
certifi==2026.7.22
|
|
||||||
click==8.5.0
|
|
||||||
detect-installer==0.2.1
|
|
||||||
dnspython==2.8.0
|
|
||||||
email-validator==2.3.0
|
|
||||||
fastapi==0.141.1
|
|
||||||
fastapi-cli==0.0.32
|
|
||||||
fastapi-cloud-cli==0.26.0
|
|
||||||
fastar==0.12.0
|
|
||||||
greenlet==3.5.6
|
|
||||||
h11==0.16.0
|
|
||||||
httpcore==1.0.9
|
|
||||||
httptools==0.8.0
|
|
||||||
httpx==0.28.1
|
|
||||||
idna==3.20
|
|
||||||
Jinja2==3.1.6
|
|
||||||
markdown-it-py==4.2.0
|
|
||||||
MarkupSafe==3.0.3
|
|
||||||
mdurl==0.1.2
|
|
||||||
pydantic==2.13.5
|
|
||||||
pydantic-extra-types==2.11.1
|
|
||||||
pydantic-settings==2.15.0
|
|
||||||
pydantic_core==2.46.5
|
|
||||||
Pygments==2.21.0
|
|
||||||
PyMySQL==1.2.3
|
|
||||||
python-dotenv==1.2.3
|
|
||||||
python-multipart==0.0.32
|
|
||||||
PyYAML==6.0.3
|
|
||||||
rich==15.0.0
|
|
||||||
rich-toolkit==0.20.5
|
|
||||||
rignore==0.8.1
|
|
||||||
sentry-sdk==2.69.2
|
|
||||||
shellingham==1.5.4
|
|
||||||
SQLAlchemy==2.0.54
|
|
||||||
starlette==1.6.0
|
|
||||||
typer==0.27.2
|
|
||||||
typing-inspection==0.4.4
|
|
||||||
typing_extensions==4.16.0
|
|
||||||
urllib3==2.8.0
|
|
||||||
uvicorn==0.53.0
|
|
||||||
uvloop==0.22.1
|
|
||||||
watchfiles==1.2.0
|
|
||||||
websockets==17.1
|
|
||||||
Reference in New Issue
Block a user