summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-22 17:07:26 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-22 17:07:26 +0100
commit5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1 (patch)
tree87602133fe3922ade644639c744c9e0b93e3c4bd
parent9a75b2d6fb2c15477e27afc90fe588d3f12d2744 (diff)
downloadkittystore-5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1.tar.gz
kittystore-5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1.tar.xz
kittystore-5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1.zip
Make a few post-QA fixes
-rw-r--r--MANIFEST.in2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1215812..2822522 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
-include AUTHORS.txt COPYING.txt pylintrc distribute_setup.py
+include AUTHORS.txt COPYING.txt pylintrc distribute_setup.py requirements.txt
include get_mbox.py
diff --git a/requirements.txt b/requirements.txt
index 70895f4..9b5b607 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-mailman
+mailman>=3.0.0b2
zope.interface
storm
python-dateutil < 2.0 # 2.0+ is for Python 3