Skip to content

Commit

Permalink
[svn] Updated deps for latest Myghty with new fragment flag, and adde…
Browse files Browse the repository at this point in the history
…d RuleDispatch for Py2.3 legacy decorator capabilities.

--HG--
branch : trunk
  • Loading branch information
bbangert committed May 29, 2006
1 parent 8b7b8f4 commit 0ca4b2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Expand Up @@ -49,10 +49,10 @@
zip_safe=False,
include_package_data=True,
install_requires=[
"Routes>=1.3.2", "Myghty>=1.0.1", "Paste>=0.9.3",
"Routes>=1.3.2", "Myghty>=1.0.2dev-r2062", "Paste>=0.9.3",
"PasteDeploy>=0.5", "PasteScript>=0.5.1",
"simplejson>=1.3", "WSGIUtils==0.7", "WebHelpers>=0.1.1",
"nose>=0.8.7", "Beaker==dev,>=0.5.1dev-r27",
"nose>=0.8.7", "Beaker==dev,>=0.5.1dev-r27", "RuleDispatch",
],
classifiers=["Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -80,5 +80,8 @@
[distutils.commands]
lang_extract = pylons.i18n:LangExtract
lang_compile = pylons.i18n:LangCompile
[python.templating.engines]
pylonsmyghty = pylons.buffet:MyghtyTemplatePlugin
""",
)

0 comments on commit 0ca4b2d

Please sign in to comment.