mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Install libffi-dev in prepare.sh. Bcrypt seems to depend on this. Add exact versions for all packages in requrements.txt
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get install build-essential python-dev python-pip libffi-dev
|
|
pip install -r requirements.txt
|