mirror of https://github.com/JohnHammond/CTFd.git
Merge pull request #30 from bburky/installation-fixes
Update installation scriptsselenium-screenshot-testing
commit
4319af3b0d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue