Upgrade build to work on Arch!
This commit is contained in:
parent
98e73f18b5
commit
a55bafb925
2 changed files with 2 additions and 2 deletions
2
build
2
build
|
@ -11,7 +11,7 @@ nvm use
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
pyvenv-3.4 env
|
pyvenv env
|
||||||
env/bin/pip install -r requirements.txt --upgrade
|
env/bin/pip install -r requirements.txt --upgrade
|
||||||
|
|
||||||
scripts/get-private-data.sh
|
scripts/get-private-data.sh
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
beautifulsoup4==4.3.2
|
beautifulsoup4==4.4.1
|
||||||
coverage==4.0.3
|
coverage==4.0.3
|
||||||
colorama==0.3.6
|
colorama==0.3.6
|
||||||
Django==1.8.7
|
Django==1.8.7
|
||||||
|
|
Reference in a new issue