luke / Haus (http://houseofhaus.org/)

A loosely joined WSGI-centric Web programming framework. It is easy to add components to the framework or override components with your own versions on a per application basis. You can control how components are loaded and applied to your application by adding simple configuration options. The framework is connected to your application code and templates with an easy-to-use decorator.

Clone this repository (size: 106.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/luke/haus/
commit 18: d51fa8da30b2
parent 17: 304c54763972
branch: default
Loosened up version specificity of dependencies.
Luke Arno
20 months ago

Changed (Δ0 bytes):

raw changeset »

setup.py (2 lines added, 2 lines removed)

Up to file-list setup.py:

@@ -48,9 +48,9 @@ code and templates with an easy-to-use d
48
48
      packages=find_packages(),
49
49
      install_requires="""
50
50
        wsgiref
51
        Genshi==0.5
51
        Genshi>=0.5
52
52
        Beaker
53
        ConfigObj==4.5.2
53
        ConfigObj>=4.5.2
54
54
        selector
55
55
        static
56
56
        yaro