projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
now you can post art. No associated user yet though.
[zzz-floof.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
57f6605
..
30bf697
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,6
+15,8
@@
setup(
install_requires=[
"Pylons>=0.9.7",
"SQLAlchemy>=0.5",
install_requires=[
"Pylons>=0.9.7",
"SQLAlchemy>=0.5",
+ "elixir>=0.6",
+ 'python-openid',
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),
@@
-26,7
+28,7
@@
setup(
# ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
# ('public/**', 'ignore', None)]},
zip_safe=False,
# ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
# ('public/**', 'ignore', None)]},
zip_safe=False,
- paster_plugins=['
PasteScript', 'Pylons
'],
+ paster_plugins=['
Elixir', 'PasteScript', 'Pylons', 'Shabti
'],
entry_points="""
[paste.app_factory]
main = floof.config.middleware:make_app
entry_points="""
[paste.app_factory]
main = floof.config.middleware:make_app