diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-22 17:07:26 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-22 17:07:26 +0100 |
| commit | 5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1 (patch) | |
| tree | 87602133fe3922ade644639c744c9e0b93e3c4bd | |
| parent | 9a75b2d6fb2c15477e27afc90fe588d3f12d2744 (diff) | |
| download | kittystore-5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1.tar.gz kittystore-5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1.tar.xz kittystore-5e0d7c3fc57e3917025fd44bb4f0cf9461a677d1.zip | |
Make a few post-QA fixes
| -rw-r--r-- | MANIFEST.in | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
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 |
