1
Fork 0

Upgrade build to work on Arch!

This commit is contained in:
Jake Howard 2016-04-21 17:16:03 +01:00
parent 98e73f18b5
commit a55bafb925
2 changed files with 2 additions and 2 deletions

2
build
View file

@ -11,7 +11,7 @@ nvm use
set -e
pyvenv-3.4 env
pyvenv env
env/bin/pip install -r requirements.txt --upgrade
scripts/get-private-data.sh

View file

@ -1,4 +1,4 @@
beautifulsoup4==4.3.2
beautifulsoup4==4.4.1
coverage==4.0.3
colorama==0.3.6
Django==1.8.7