Closed1

FastAPIとSQLModelのDependencies

黒ヰ樹黒ヰ樹

https://fastapi.tiangolo.com/

$ pip install -U --force-reinstall fastapi
fastapi-0.111.0
fastapi-cli-0.0.2
MarkupSafe-2.1.5
annotated-types-0.6.0
anyio-4.3.0
certifi-2024.2.2
click-8.1.7
dnspython-2.6.1
email_validator-2.1.1
h11-0.14.0
httpcore-1.0.5
httptools-0.6.1
httpx-0.27.0
idna-3.7
jinja2-3.1.3
markdown-it-py-3.0.0
mdurl-0.1.2
orjson-3.10.3
pydantic-2.7.1
pydantic-core-2.18.2
pygments-2.18.0
python-dotenv-1.0.1
python-multipart-0.0.9
pyyaml-6.0.1
rich-13.7.1
shellingham-1.5.4
sniffio-1.3.1
starlette-0.37.2
typer-0.12.3
typing-extensions-4.11.0
ujson-5.9.0
uvicorn-0.29.0
uvloop-0.19.0
watchfiles-0.21.0
websockets-12.0
$ pip install -U --force-reinstall fastapi-slim
fastapi-slim-0.111.0
annotated-types-0.6.0
anyio-4.3.0
idna-3.7
pydantic-2.7.1
pydantic-core-2.18.2
sniffio-1.3.1
starlette-0.37.2
typing-extensions-4.11.0
$ ls bin
dotenv  email_validator  fastapi  httpx  markdown-it  pygmentize  typer  uvicorn  watchfiles

https://sqlmodel.tiangolo.com/

$ pip install -U --force-reinstall sqlmodel
sqlmodel-0.0.18
SQLAlchemy-2.0.29
annotated-types-0.6.0
greenlet-3.0.3
pydantic-2.7.1
pydantic-core-2.18.2
typing-extensions-4.11.0
$ pip install -U --force-reinstall sqlmodel-slim
sqlmodel-slim-0.0.18
SQLAlchemy-2.0.29
annotated-types-0.6.0
greenlet-3.0.3
pydantic-2.7.1
pydantic-core-2.18.2
typing-extensions-4.11.0
$ ls -R include
include:
python3.12

include/python3.12:
greenlet

include/python3.12/greenlet:
greenlet.h
このスクラップは2024/05/05にクローズされました