Skip to content

Commit

Permalink
Bootstrap script and requirements.txt for PIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 14, 2011
1 parent e035093 commit 8e9aa79
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ env
ctags
.be/id-cache
doc/_build
virtualenv.py
5 changes: 5 additions & 0 deletions bootstrap.sh
@@ -0,0 +1,5 @@
#!/bin/bash

test -e virtualenv.py || wget -q https://raw.github.com/pypa/virtualenv/1.6.1/virtualenv.py
python virtualenv.py --no-site-packages env
env/bin/pip install -r requirements.txt
5 changes: 5 additions & 0 deletions requirements.txt
@@ -0,0 +1,5 @@
Logbook==0.3
Twisted==11.0.0
mock==0.7.2
wsgiref==0.1.2
zope.interface==3.6.3
Empty file added stress_tests/log/.keep
Empty file.

0 comments on commit 8e9aa79

Please sign in to comment.