Added a requirements.txt file which can be read by pip in order to install the packages needed to make the datatracker work. Set up a virtualenv, and then run pip install -r requirements.txt in it.

- Legacy-Id: 8650
This commit is contained in:
Henrik Levkowetz 2014-11-12 03:31:37 +00:00
parent 8675c1e5ad
commit 224876f713

11
requirements.txt Normal file
View file

@ -0,0 +1,11 @@
MySQL-python>=1.2.5
argparse>=1.2.1
cssselect>=0.6.1
lxml>=3.4.0
pyflakes>=0.8.1
pyquery>1.2.4
python-dateutil>=2.2
python-magic>=0.4.6
pytz>=2014.7
six>=1.8.0
wsgiref>=0.1.2