summaryrefslogtreecommitdiffstats
path: root/requirements_prod.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-19 13:08:06 -0600
committerDan McGee <dan@archlinux.org>2013-01-19 13:08:06 -0600
commit71c0c7453a5bc28b6e6576fe4f1351139f33ade5 (patch)
tree084d2b13072c539bc28651acf3a6679ff2f09ebe /requirements_prod.txt
parent1a7e5d22f1c4e948c624d26b4d8c1ed30189acfe (diff)
downloadarchweb-71c0c7453a5bc28b6e6576fe4f1351139f33ade5.tar.gz
archweb-71c0c7453a5bc28b6e6576fe4f1351139f33ade5.zip
Implement torrent data parsing and extraction via bencode
This allows uploading of the actual torrent file itself into the webapp and then pulling the relevant pieces of information out of it. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r--requirements_prod.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt
index f84f46d8..ee1b17ad 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -1,9 +1,10 @@
Django==1.4.3
Markdown==2.2.1
South==0.7.6
+bencode==1.0
django-countries==1.5
pgpdump==1.4
psycopg2==2.4.6
pyinotify==0.9.4
python-memcached==1.48
-pytz>=2012h
+pytz>=2012j