Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stanfeldman committed Mar 5, 2013
1 parent b11b927 commit 16afafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kiss/controllers/router.py
Expand Up @@ -3,7 +3,7 @@
from kiss.controllers.core import Controller
from putils.patterns import Singleton
from putils.types import Dict
from kiss.core.exceptions import *
from kiss.views.core import *
from kiss.core.events import Eventer
import traceback
import inspect
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
packages=[
"kiss", "kiss.controllers", "kiss.core", "kiss.views", "kiss.models"
],
install_requires = ["gevent", "jinja2", "compressinja", "beaker", "werkzeug", "putils", "jsmin", "pyScss", "sqlalchemy", "elixir", "jsonpickle", "pev", "requests"],
install_requires = ["gevent", "jinja2", "compressinja", "beaker", "werkzeug", "putils", "jsmin", "pyScss", "sqlalchemy == 0.7.8", "elixir", "jsonpickle", "pev", "requests"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Topic :: Software Development",
Expand Down

0 comments on commit 16afafe

Please sign in to comment.