from typing import Optional from fastapi import FastAPI app = FastAPI() ... poetry.lock* /tmp/ # 生成requirements.txt RUN poetry export -f ...
確定! 回上一頁