projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8cba409
)
Add dependency on pyramid_beaker.
author
Ant Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:22:24 +0000
(21:22 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Wed, 11 Jun 2014 01:22:24 +0000
(21:22 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
9394f20
..
36351d2
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,6
+17,8
@@
requires = [
'sqlahelper',
'webhelpers',
'psycopg2',
+ 'pyramid_beaker',
+ 'pyramid_mako',
]
if sys.version_info[:3] < (2,5,0):