mirror of https://github.com/JohnHammond/CTFd.git
Merge pull request #3 from mark-ignacio/pip-freeze
Freeze package + version requirements and changed pip install commandselenium-screenshot-testing
commit
0c379e7444
|
@ -1,2 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
sudo apt-get install build-essential python-dev python-pip
|
sudo apt-get install build-essential python-dev python-pip
|
||||||
sudo pip install Flask Flask-Session Flask-SQLAlchemy Flask-Mail apscheduler passlib
|
pip install -r requirements.txt
|
|
@ -0,0 +1,9 @@
|
||||||
|
APScheduler==3.0.1
|
||||||
|
Flask==0.10.1
|
||||||
|
Flask-Mail==0.9.1
|
||||||
|
Flask-SQLAlchemy==2.0
|
||||||
|
Flask-Session==0.1.1
|
||||||
|
SQLAlchemy==0.9.8
|
||||||
|
passlib==1.6.2
|
||||||
|
py-bcrypt==0.4
|
||||||
|
six==1.8.0
|
Loading…
Reference in New Issue