Barry Warsaw pushed to branch release-3.0 at mailman / Mailman

Commits:
1a2e9484 by Barry Warsaw at 2016-03-29T16:53:41-04:00
Pin the Falcon version number.

Falcon 1.0 is not compatible with our hack.  See also GL #20.

- - - - -


1 changed file:

- setup.py


Changes:

=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ case second `m'.  Any other spelling is incorrect.""",
         },
     install_requires = [
         'alembic',
-        'falcon>=0.3rc1',
+        'falcon>=0.3rc1,<1.0',
         'flufl.bounce',
         'flufl.i18n',
         'flufl.lock',



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/1a2e9484f17974f9f0115740ca02386d3c9a44e8
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to