mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-01 12:24:31 +01:00
Update installation scripts
Install libffi-dev in prepare.sh. Bcrypt seems to depend on this. Add exact versions for all packages in requrements.txt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo apt-get install build-essential python-dev python-pip
|
||||
pip install -r requirements.txt
|
||||
sudo apt-get install build-essential python-dev python-pip libffi-dev
|
||||
pip install -r requirements.txt
|
||||
|
||||
@@ -7,6 +7,6 @@ SQLAlchemy==0.9.8
|
||||
passlib==1.6.2
|
||||
bcrypt
|
||||
six==1.8.0
|
||||
itsdangerous
|
||||
python-digitalocean
|
||||
requests
|
||||
itsdangerous==0.24
|
||||
python-digitalocean==1.4.2
|
||||
requests==2.3.0
|
||||
|
||||
Reference in New Issue
Block a user