Ai
1 Star 0 Fork 0

BuilderZou/pypiserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
buildout.cfg 726 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Planchard 提交于 2018-08-07 06:50 +08:00 . Remove version pins from buildout.cfg
[buildout]
develop = .
parts =
pypi-server
show-picked-versions = true
newest = false
eggs =
pypiserver
waitress
passlib
[gunicorn]
recipe = zc.recipe.egg
eggs =
gunicorn
Paste
PasteDeploy
${pypi-server:eggs}
scripts =
gunicorn_paster
gunicorn
[pytest]
recipe = zc.recipe.egg
eggs =
pypiserver
pytest
webtest
beautifulsoup4
${buildout:eggs}
scripts =
py.test
[yolk]
recipe = zc.recipe.egg
eggs =
yolk
${gunicorn:eggs}
${pytest:eggs}
[pypi-server]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = pypipython
scripts =
pypi-server
[ipython]
recipe = zc.recipe.egg
eggs =
ipython
${buildout:eggs}
scripts =
ipython
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/builderzou/pypiserver.git
git@gitee.com:builderzou/pypiserver.git
builderzou
pypiserver
pypiserver
master

搜索帮助