bbangert / Minger

Minger is a small crappy blog app that uses MongoDB. Not safe for public consumption.

Clone this repository (size: 86.2 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/bbangert/minger/
commit 16: 6a69e2aec56e
parent 15: bbe188f81859
branch: default
Update webhelpers req
Ben Bangert / bbangert
9 months ago

Changed (Δ33 bytes):

raw changeset »

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

Up to file-list setup.py:

@@ -14,7 +14,7 @@ setup(
14
14
    url='',
15
15
    install_requires=[
16
16
        "Pylons>=0.9.7", "cssutils>=0.9.6b1", "pymongo>=0.11.2",
17
        "textile>=2.1.3", "pytz>=2009g",
17
        "textile>=2.1.3", "pytz>=2009g", "Webhelpers>=1.0b1dev-20090614",
18
18
    ],
19
19
    setup_requires=["PasteScript>=1.6.3"],
20
20
    packages=find_packages(exclude=['ez_setup']),