freeze requirements and change pip install command

selenium-screenshot-testing
Mark Ignacio 2015-01-01 18:01:01 -05:00
parent 18c0afdd05
commit bd7c059ff9
2 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#!/bin/sh
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

8
requirements.txt Normal file
View File

@ -0,0 +1,8 @@
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
six==1.8.0