mirror of https://github.com/JohnHammond/CTFd.git
Update installation scripts
Install libffi-dev in prepare.sh. Bcrypt seems to depend on this. Add exact versions for all packages in requrements.txtselenium-screenshot-testing
parent
4d62a1dbcc
commit
0125be9403
|
@ -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