forked from TrueCloudLab/s3-tests
Compare commits
2 commits
master
...
cuttlefish
Author | SHA1 | Date | |
---|---|---|---|
|
7eee7dfc76 | ||
|
34f429c02b |
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ virtualenv --no-site-packages --distribute virtualenv
|
|||
# avoid pip bugs
|
||||
./virtualenv/bin/pip install --upgrade pip
|
||||
|
||||
# work-around change in pip 1.5
|
||||
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
|
||||
|
||||
./virtualenv/bin/pip install -r requirements.txt
|
||||
|
||||
# forbid setuptools from using the network because it'll try to use
|
||||
|
|
|
@ -6,5 +6,5 @@ bunch >=1.0.0
|
|||
gevent ==0.13.6
|
||||
isodate >=0.4.4
|
||||
requests ==0.14.0
|
||||
pytz
|
||||
pytz >=2011k
|
||||
ordereddict
|
||||
|
|
Loading…
Reference in a new issue