• PGY's avatar
    docs(upython): 更新容器构建文档添加缺失依赖解决方案 · a91e2371
    PGY 提交于
    - 添加Crypto模块依赖问题及解决方案:pip install pycryptodome
    - 添加requests模块依赖问题及解决方案:pip3 install requests
    - 添加PIL模块依赖问题及解决方案:pip3 install Pillow
    - 添加debug_toolbar模块依赖问题及解决方案:pip3 install django-debug-toolbar
    - 添加rest_framework模块依赖问题及解决方案:pip3 install djangorestframework
    - 记录rest_framework_swagger不兼容问题及迁移建议到drf-spectacular
    a91e2371
名称
最后提交
最后更新
..
Dockerfile Loading commit data...
upython容器构建_PRD.md Loading commit data...