load requirements from main repo
This commit is contained in:
parent
5be0d7d916
commit
ceed33800c
2 changed files with 1 additions and 7 deletions
|
@ -3,3 +3,4 @@ cd `dirname $0`
|
|||
. ../env
|
||||
|
||||
$prefix/bin/pip install -r requirements.txt
|
||||
$prefix/bin/pip install -r ../../../openmedialibrary/requirements.txt
|
||||
|
|
|
@ -1,8 +1 @@
|
|||
lxml
|
||||
Twisted
|
||||
simplejson
|
||||
Flask==0.10.1
|
||||
SQLAlchemy==0.9.4
|
||||
Flask-SQLAlchemy==1.0
|
||||
Flask-Migrate==1.2.0
|
||||
ed25519
|
||||
|
|
Loading…
Reference in a new issue