author | cavaliet |
Wed, 15 Oct 2014 18:44:05 +0200 | |
changeset 25 | dd91da180852 |
parent 24 | eb1f7b06001f |
child 26 | ebfd0d3cffab |
permissions | -rw-r--r-- |
0 | 1 |
Flask==0.10.1 |
24
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
2 |
Flask-Restless==0.14.2 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
3 |
Jinja2==2.7.3 |
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
4 |
MarkupSafe==0.23 |
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
5 |
SQLAlchemy==0.9.8 |
0 | 6 |
Twisted==14.0.2 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
7 |
Werkzeug==0.9.6 |
0 | 8 |
autobahn==0.9.1 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
9 |
itsdangerous==0.24 |
24
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
10 |
mimerender==0.5.4 |
0 | 11 |
ntplib==0.3.2 |
12 |
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
|
13 |
python-dateutil==2.2 |
eb1f7b06001f
add api + first version (not tested) of export annotation script
ymh <ymh.work@gmail.com>
parents:
22
diff
changeset
|
14 |
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
|
15 |
pytz==2014.7 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
16 |
six==1.8.0 |
25 | 17 |
-e hg+https://bitbucket.org/IRI/txosc/get/tip.tar.gz#egg=txosc |
0 | 18 |
txpostgres==1.2.0 |
22
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
19 |
wsgiref==0.1.2 |
986ee928a866
add sqlalchemy model + put create module for webapp
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
20 |
zope.interface==4.1.1 |