virtualenv/requirements.txt
author Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
Mon, 29 Dec 2014 18:01:09 +0100
changeset 14 fc63b1a3d2ef
parent 12 8ca7be41e3ca
child 42 dac9b1248e0f
permissions -rw-r--r--
Added support for making multiple changes in a single commit, using the flask dict "session" (keys used are "modified_categories" and "deleted_categories") + Added a view for editing categories that allows the user to see what he has added, deleted or edited + Made it so an unauthenticated user should not generate any Github api request (you have to be logged to see the categories now).

Flask==0.10.1
Flask-Cache==0.13.1
Flask-RESTful==0.3.1
Flask-WTF==0.10.3
GitHub-Flask==2.0.0
Jinja2==2.7.3
MarkupSafe==0.23
Unidecode==0.04.16
WTForms==2.0.1
Werkzeug==0.9.6
aniso8601==0.90
isodate==0.5.1
itsdangerous==0.24
pep8==1.5.7
pyparsing==2.0.3
python-slugify==0.1.0
pytz==2014.10
rdflib==4.1.2
requests==2.5.0
six==1.8.0