comparison setup.py @ 6575:9eae297d3d5b

docs: smtp_port is now respected by backlash Support for a custom smtp_port was recently added to backlash, so bump backlash and update the documentation to reflect that.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 27 Jan 2017 20:49:01 +0100
parents e1ab82613133
children 3ed43530d3b8
comparison
equal deleted inserted replaced
6574:e223c36e5b68 6575:9eae297d3d5b
37 requirements = [ 37 requirements = [
38 "alembic>=0.8.0,<0.9", 38 "alembic>=0.8.0,<0.9",
39 "GearBox<1", 39 "GearBox<1",
40 "waitress>=0.8.8,<1.0", 40 "waitress>=0.8.8,<1.0",
41 "webob>=1.7,<2", 41 "webob>=1.7,<2",
42 "backlash >= 0.1.1, < 1.0.0", 42 "backlash >= 0.1.2, < 1.0.0",
43 "TurboGears2 >= 2.3.10, < 3.0.0", 43 "TurboGears2 >= 2.3.10, < 3.0.0",
44 "tgext.routes >= 0.2.0, < 1.0.0", 44 "tgext.routes >= 0.2.0, < 1.0.0",
45 "Beaker>=1.7.0,<2", 45 "Beaker>=1.7.0,<2",
46 "WebHelpers==1.3", 46 "WebHelpers==1.3",
47 "formencode>=1.2.4,<=1.2.6", 47 "formencode>=1.2.4,<=1.2.6",