Open Media Library Platform (Darwin)

This commit is contained in:
j 2013-11-04 02:39:46 +01:00
commit 5be0d7d916
16 changed files with 273 additions and 0 deletions

5
build/PythonPackages/build.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd `dirname $0`
. ../env
$prefix/bin/pip install -r requirements.txt

View file

@ -0,0 +1,8 @@
lxml
Twisted
simplejson
Flask==0.10.1
SQLAlchemy==0.9.4
Flask-SQLAlchemy==1.0
Flask-Migrate==1.2.0
ed25519