diff options
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rw-r--r-- | setup.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ index_url = http://dist.repoze.org/bfg/dev/simple [nosetests] match=^test +where=repoze/bfg nocapture=1 cover-package=repoze.bfg -with-coverage=1 cover-erase=1 @@ -28,8 +28,8 @@ except IOError: install_requires=[ 'setuptools', - 'chameleon.core >= 1.0b32', # non-lxml version - 'chameleon.zpt >= 1.0b16', # newest version as of non-xml core release + 'Chameleon', + 'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf) 'Paste', 'PasteDeploy', 'PasteScript', |
