projects
/
zzz-floof.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366dedf
)
Fixed setup.py.
author
Eevee
<git@veekun.com>
Thu, 8 Oct 2009 04:25:41 +0000
(21:25 -0700)
committer
Eevee
<git@veekun.com>
Thu, 8 Oct 2009 04:25:41 +0000
(21:25 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
30bf697
..
ee04f36
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-13,10
+13,12
@@
setup(
author_email='',
url='',
install_requires=[
+ 'routes>=1.11', # for submapper
"Pylons>=0.9.7",
"SQLAlchemy>=0.5",
"elixir>=0.6",
'python-openid',
+ 'shabti',
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),