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
=== modified file 'setup.py'
--- setup.py 2015-01-05 01:40:47 +0000
+++ setup.py 2015-04-27 19:28:35 +0000
@@ -93,7 +93,7 @@
93 install_requires = [93 install_requires = [
94 'alembic',94 'alembic',
95 'enum34',95 'enum34',
96 'falcon',96 'falcon>=0.3rc1',
97 'flufl.bounce',97 'flufl.bounce',
98 'flufl.i18n',98 'flufl.i18n',
99 'flufl.lock',99 'flufl.lock',