Open Media Library Platform (Darwin)
This commit is contained in:
commit
5be0d7d916
16 changed files with 273 additions and 0 deletions
5
build/PythonPackages/build.sh
Executable file
5
build/PythonPackages/build.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd `dirname $0`
|
||||
. ../env
|
||||
|
||||
$prefix/bin/pip install -r requirements.txt
|
||||
8
build/PythonPackages/requirements.txt
Normal file
8
build/PythonPackages/requirements.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue