virtualenv/requirements.txt
author ymh <ymh.work@gmail.com>
Tue, 14 Apr 2015 17:13:17 +0200
changeset 101 a5dd3765ad19
parent 72 75170fe4d56b
child 122 cee0e7d7e6d2
permissions -rw-r--r--
increment version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
72
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
     1
amqp==1.4.6
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
     2
aniso8601==0.90
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
     3
anyjson==0.3.3
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
     4
astroid==1.3.6
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
     5
billiard==3.3.0.19
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
     6
celery==3.1.17
12
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
     7
Flask==0.10.1
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
     8
Flask-Cache==0.13.1
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
     9
Flask-RESTful==0.3.1
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    10
Flask-WTF==0.10.3
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    11
GitHub-Flask==2.0.0
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    12
isodate==0.5.1
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    13
itsdangerous==0.24
72
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    14
Jinja2==2.7.3
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    15
kombu==3.0.24
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    16
logilab-common==0.63.2
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    17
MarkupSafe==0.23
12
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    18
pep8==1.5.7
72
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    19
pylint==1.4.3
12
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    20
pyparsing==2.0.3
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    21
python-slugify==0.1.0
72
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    22
pytz==2015.2
12
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    23
rdflib==4.1.2
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    24
requests==2.5.0
8ca7be41e3ca Pylint + pep8 + adapted code to Python 3 + added support for authentication when persistence is set to PersistenceToFile + cleaning up settings.py/config.py.tmpl and updated readme
Nicolas DURAND <nicolas.durand@iri.centrepompidou.fr>
parents: 7
diff changeset
    25
six==1.8.0
72
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    26
SQLAlchemy==0.9.9
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    27
Unidecode==0.4.16
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    28
Werkzeug==0.9.6
75170fe4d56b Started work on task management for submitting changes
durandn
parents: 42
diff changeset
    29
WTForms==2.0.1