Changeset - de37fcbce8c5
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2017-01-23 20:54:42
mads@kiilerich.com
setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c

Also, bump the minimum version to 1.7.0 to fix a failure with older Beaker versions;
8377f2bfb88f assumes https://github.com/bbangert/beaker/commit/5bf56a5cbcbe61454cfcfd6d80f05949c74177ad
so the expire value is converted to a string as the documentation suggests.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -31,25 +31,25 @@ __author__ = _get_meta_var('__author__',
 
__url__ = _get_meta_var('__url__', _metadata)
 
# defines current platform
 
__platform__ = platform.system()
 

	
 
is_windows = __platform__ in ['Windows']
 

	
 
requirements = [
 
    "alembic>=0.8.0,<0.9",
 
    "waitress>=0.8.8,<1.0",
 
    "webob>=1.0.8,<=1.1.1",
 
    "Pylons>=1.0.0,<=1.0.2",
 
    "WebTest<2.0", # make the Pylons dependency pick a version that supports our WebOb version
 
    "Beaker==1.6.4,<2",
 
    "Beaker>=1.7.0,<2",
 
    "WebHelpers==1.3",
 
    "formencode>=1.2.4,<=1.2.6",
 
    "SQLAlchemy>=1.0,<1.1",
 
    "Mako>=0.9.0,<=1.0.0",
 
    "pygments>=1.5",
 
    "whoosh>=2.4.0,<=2.5.7",
 
    "celery>=3.1,<3.2",
 
    "babel>=0.9.6,<2.4",
 
    "python-dateutil>=1.5.0,<2.0.0",
 
    "markdown==2.2.1",
 
    "docutils>=0.8.1",
 
    "URLObject==2.3.4",
0 comments (0 inline, 0 general)