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:
parent
c6f8b735fb
commit
d266ff9743
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Jinja2
|
||||
Werkzeug
|
||||
Pygments
|
||||
SQLAlchemy==0.9.7
|
||||
simplejson
|
||||
Babel
|
||||
pillow
|
Loading…
Reference in New Issue
Block a user