projects
/
zzz-spline-users.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad3786
)
Whoops; require python-openid.
author
Eevee
<git@veekun.com>
Wed, 19 May 2010 06:59:08 +0000
(23:59 -0700)
committer
Eevee
<git@veekun.com>
Wed, 19 May 2010 06:59:08 +0000
(23:59 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
b5d13ee
..
8f4bbb1
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,7
+4,10
@@
setup(
version = '0.1',
packages = find_packages(),
- install_requires = ['spline'],
+ install_requires = [
+ 'spline',
+ 'python-openid',
+ ],
include_package_data = True,