summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2018-02-17 18:53:20 +0100
committerAngel Velásquez <angvp@archlinux.org>2018-02-17 12:53:20 -0500
commit73107e0a6ad446195e0656afeec378ae27396829 (patch)
treebfa1983977b56efe58e96b13343ab93fa50b5d25 /requirements.txt
parent148692cd8fc79b3e43ef0f2c40a2da9d87c9da9e (diff)
downloadarchweb-73107e0a6ad446195e0656afeec378ae27396829.tar.gz
archweb-73107e0a6ad446195e0656afeec378ae27396829.zip
Add donation import management script (#81)
This script imports messages from a Maildir folder and creates new unique Donors based on the name in the subject. The subject also contains the amount and the email address, which is not stored by Archweb.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index d5a4f3c0..87f94e2b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,4 @@ jsmin==2.2.2
pgpdump==1.5
pytz>=2015.4
mock==2.0.0
+parse==1.8.2