의존관계1 Python - pip 라이브러리 의존관계 트리로 확인하기 라이브러리 설치를 확인하기 위한 pip list Package Version ----------------- ------- anyio 3.5.0 asgiref 3.5.0 click 8.0.3 colorama 0.4.4 fastapi 0.73.0 pip 22.0.3 pydantic 1.9.0 python-dotenv 0.19.2 PyYAML 6.0 setuptools 58.1.0 starlette 0.17.1 typing_extensions 4.0.1 uvicorn 0.17.4 watchgod 0.7 websockets 10.1 라이브러리 의존관계 확인 pipdeptree 모듈을 사용해서 라이브러리 의존관계를 확인할 수 있다. pip install pipdeptree pipdeptree -fl fastap.. 2022. 2. 7. 이전 1 다음