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
|
||||
|
||||
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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue