Merge lp:~raj-abhilash1/mailman/bugfix into lp:mailman

Proposed by Abhilash Raj
Status: Merged
Merged at revision: 7341
Proposed branch: lp:~raj-abhilash1/mailman/bugfix
Merge into: lp:mailman
Diff against target: 12 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~raj-abhilash1/mailman/bugfix
Reviewer Review Type Date Requested Status
Mailman Coders Pending
Review via email: mp+257569@code.launchpad.net

Description of the change

Set a minimum falcon version to use the 0.3rc1 release till a stable release comes out.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2015-01-05 01:40:47 +0000
3+++ setup.py 2015-04-27 19:28:35 +0000
4@@ -93,7 +93,7 @@
5 install_requires = [
6 'alembic',
7 'enum34',
8- 'falcon',
9+ 'falcon>=0.3rc1',
10 'flufl.bounce',
11 'flufl.i18n',
12 'flufl.lock',