author | ymh <ymh.work@gmail.com> |
Thu, 22 Jan 2015 07:04:42 +0100 | |
changeset 108 | 082b64a5c699 |
parent 78 | 37bb8e326446 |
child 117 | c0034b35c44e |
permissions | -rw-r--r-- |
108 | 1 |
## The following requirements were added by pip --freeze: |
0 | 2 |
Flask==0.10.1 |
42
926f0426ce78
add event + event session + admin + category json management. Must rebuild database
ymh <ymh.work@gmail.com>
parents:
33
diff
changeset
|
3 |
Flask-Admin==1.0.8 |
108 | 4 |
Flask-Cors==1.10.2 |
24
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
5 |
Flask-Restless==0.14.2 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
6 |
Jinja2==2.7.3 |
78
37bb8e326446
add a lable ro eventsession + add alembic migration for older databases
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
7 |
Mako==1.0.0 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
8 |
MarkupSafe==0.23 |
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
9 |
SQLAlchemy==0.9.8 |
0 | 10 |
Twisted==14.0.2 |
108 | 11 |
WTForms==1.0.5 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
12 |
Werkzeug==0.9.6 |
78
37bb8e326446
add a lable ro eventsession + add alembic migration for older databases
ymh <ymh.work@gmail.com>
parents:
44
diff
changeset
|
13 |
alembic==0.6.7 |
42
926f0426ce78
add event + event session + admin + category json management. Must rebuild database
ymh <ymh.work@gmail.com>
parents:
33
diff
changeset
|
14 |
aniso8601==0.83 |
0 | 15 |
autobahn==0.9.1 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
16 |
itsdangerous==0.24 |
26
ebfd0d3cffab
Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
25
diff
changeset
|
17 |
lxml==3.4.0 |
108 | 18 |
midi==v0.2.3 |
24
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
19 |
mimerender==0.5.4 |
0 | 20 |
ntplib==0.3.2 |
21 |
psycopg2==2.5.4 |
|
24
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
22 |
python-dateutil==2.2 |
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
23 |
python-mimeparse==0.1.4 |
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
24 |
pytz==2014.7 |
108 | 25 |
requests==2.4.3 |
26 |
six==1.9.0 |
|
27 |
txosc==0.2.0 |
|
0 | 28 |
txpostgres==1.2.0 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
29 |
wsgiref==0.1.2 |
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
30 |
zope.interface==4.1.1 |