Add a requirements.txt file

This allows the dependency libraries to be installed with pip.

For users installing the dependencies off an internal package server
it's better to use pip rather than easy_install because easy_install
does not honour the PIP_INDEX_URL environment variable.

Change-Id: I144fcb98f43fc49055c5917e07b18bbffcb8e60f
This commit is contained in:
David Pursehouse 2015-04-20 14:14:54 +09:00
parent c6f8b735fb
commit d266ff9743
1 changed files with 7 additions and 0 deletions

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
Jinja2
Werkzeug
Pygments
SQLAlchemy==0.9.7
simplejson
Babel
pillow