加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
# These requirements are only necessary when developing on Oscar.
# development
Werkzeug>=1.0,<2.1
django-debug-toolbar>=2.2,<3.6
django-extensions>=2.2,<3.3
psycopg2-binary>=2.8,<2.10
# Sandbox
Whoosh>=2.7,<2.8
django-environ>=0.4,<0.10
django-redis>=4.12,<5.3
pysolr>=3.9,<3.10
redis>=3.5,<4.4
requests>=2.25,<3
uWSGI>=2.0.19,<2.1
whitenoise>=5.2,<6.3
# Linting
flake8==4.0.1
flake8-debugger==4.1.2
isort==5.10.1
# Helpers
pyprof2calltree>=1.4,<1.5
ipdb>=0.13,<0.14
ipython>=7.12,<9
# Country data
pycountry
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化