加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pipfile 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
Czw 提交于 2021-12-13 02:14 . feat: 调整
[[source]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
drf-spectacular = "*"
django-filter = "*"
django-extensions = "*"
django-debug-toolbar = "*"
pillow = "*"
pendulum = "*"
number-precision = "*"
openpyxl = "*"
uvicorn = "*"
gunicorn = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.9"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化