diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-19 13:08:06 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-01-19 13:08:06 -0600 |
commit | 71c0c7453a5bc28b6e6576fe4f1351139f33ade5 (patch) | |
tree | 084d2b13072c539bc28651acf3a6679ff2f09ebe /requirements.txt | |
parent | 1a7e5d22f1c4e948c624d26b4d8c1ed30189acfe (diff) |
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.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1d5b068e..ae58ee58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ Django==1.4.3 Markdown==2.2.1 South==0.7.6 +bencode==1.0 django-countries==1.5 pgpdump==1.4 -pytz>=2012h +pytz>=2012j |