Merge pull request #30 from bburky/installation-fixes

Update installation scripts
selenium-screenshot-testing
Kevin Chung 2015-04-01 23:13:03 -04:00
commit 4319af3b0d
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
sudo apt-get install build-essential python-dev python-pip sudo apt-get install build-essential python-dev python-pip libffi-dev
pip install -r requirements.txt pip install -r requirements.txt

View File

@ -7,6 +7,6 @@ SQLAlchemy==0.9.8
passlib==1.6.2 passlib==1.6.2
bcrypt bcrypt
six==1.8.0 six==1.8.0
itsdangerous itsdangerous==0.24
python-digitalocean python-digitalocean==1.4.2
requests requests==2.3.0