projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
aeefa0d
)
Add dependencies
author
Ant Zucaro <azucaro@gmail.com>
Wed, 29 Jun 2011 01:26:23 +0000
(21:26 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Wed, 29 Jun 2011 01:26:23 +0000
(21:26 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
e167a95
..
ab818f2
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-14,6
+14,10
@@
requires = [
'repoze.tm2>=1.0b1', # default_commit_veto
'zope.sqlalchemy',
'WebError',
'repoze.tm2>=1.0b1', # default_commit_veto
'zope.sqlalchemy',
'WebError',
+ 'pyramid-jinja2',
+ 'sqlahelper',
+ 'webhelpers',
+ 'psycopg2',
]
if sys.version_info[:3] < (2,5,0):
]
if sys.version_info[:3] < (2,5,0):