mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Enhanced buildout configuration for development environment: using crate.io, upgraded to python-termstyle 0.1.10.
This commit is contained in:
parent
b7f660c5e3
commit
47fc5bc9e3
2 changed files with 7 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
|
||||
# Editors' temporary buffers.
|
||||
.*.swp
|
||||
*~
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# Buildout configuration file to deploy a development environment.
|
||||
|
||||
[buildout]
|
||||
extensions =
|
||||
buildout-versions
|
||||
extensions = buildout-versions
|
||||
versions = versions
|
||||
# Configure directories: put buildout generated files in lib/buildout instead
|
||||
# of in current directory.
|
||||
|
|
@ -13,9 +12,11 @@ installed = lib/buildout/.installed.cfg
|
|||
parts-directory = lib/buildout/parts
|
||||
# Package index, mirrors, allowed hosts and dependency links. Those options
|
||||
# control locations where buildout looks for packages.
|
||||
index = http://f.pypi.python.org/simple
|
||||
index = https://simple.crate.io
|
||||
find-links =
|
||||
allow-hosts = *.python.org
|
||||
allow-hosts =
|
||||
*.crate.io
|
||||
packages.crate-cdn.com
|
||||
use-dependency-links = false
|
||||
# Development.
|
||||
develop =
|
||||
|
|
@ -69,7 +70,7 @@ Jinja2 = 2.6
|
|||
mock = 1.0.1
|
||||
nose = 1.2.1
|
||||
Pygments = 1.6
|
||||
python-termstyle = 0.1.9
|
||||
python-termstyle = 0.1.10
|
||||
rednose = 0.3
|
||||
requests = 1.2.0
|
||||
Sphinx = 1.1.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue