forked from jan/debianmemberportfolio
refer to wheezyreq.pip and remove squeezereq.pip
This commit is contained in:
parent
cac34c879f
commit
2bcb98fcf2
2 changed files with 2 additions and 22 deletions
|
@ -44,12 +44,12 @@ requirements using `pip <https://pypi.python.org/pypi/pip>`_::
|
|||
virtualenv --distribute ~/.virtualenvs/dmportfolio
|
||||
. ~/.virtualenvs/dmportfolio/bin/activate
|
||||
cd ~/src/ddportfolioservice
|
||||
pip install -r squeezereq.pip
|
||||
pip install -r wheezyreq.pip
|
||||
|
||||
.. note::
|
||||
|
||||
The Debian Member Portfolio Service instance at http://portfolio.debian.net/
|
||||
is running on a Debian Squeeze server, therefore :file:`squeezereq.pip`
|
||||
is running on a Debian Wheezy server, therefore :file:`wheezyreq.pip`
|
||||
contains dependency versions matching that Debian release.
|
||||
|
||||
The dependency download and installation into the virtual environment takes
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
Babel==0.9.4
|
||||
Beaker==1.5.4
|
||||
FormEncode==1.2.2
|
||||
Mako==0.3.4
|
||||
MarkupSafe==0.9.2
|
||||
Paste==1.7.5.1
|
||||
PasteDeploy==1.3.3
|
||||
PasteScript==1.7.3
|
||||
Pygments==1.3.1
|
||||
Pylons==0.10
|
||||
Routes==1.12.3
|
||||
Tempita==0.4
|
||||
WebError==0.10.2
|
||||
WebHelpers==1.1
|
||||
WebOb==0.9.8
|
||||
WebTest==1.2.1
|
||||
argparse==1.1
|
||||
nose==0.11.1
|
||||
simplejson==2.1.1
|
||||
wsgiref==0.1.2
|
Loading…
Reference in a new issue