projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rudimentary file uploading. Saves as sha1 like git objects. code is in lib. needs...
[zzz-floof.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
2738b65
..
ebbed71
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,7
+15,8
@@
setup(
install_requires=[
"Pylons>=0.9.7",
"SQLAlchemy>=0.5",
- 'openid',
+ "elixir>=0.6",
+ 'python-openid',
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),