Skip to content

Commit 224876f

Browse files
committed
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
1 parent 8675c1e commit 224876f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
MySQL-python>=1.2.5
2+
argparse>=1.2.1
3+
cssselect>=0.6.1
4+
lxml>=3.4.0
5+
pyflakes>=0.8.1
6+
pyquery>1.2.4
7+
python-dateutil>=2.2
8+
python-magic>=0.4.6
9+
pytz>=2014.7
10+
six>=1.8.0
11+
wsgiref>=0.1.2

0 commit comments

Comments
 (0)