Update pyramid-chameleon version in project dependencies

Issue #40 resolved
Evgeny Kotelnikov created an issue

Somewhen in June the 'pyramid-chameleon' project updated to 0.3, that it no longer compatible with 0.1 that we use now. Current dependencies settings (in setup.py file) seem to always fetch the latest version. Setting python-chameleon==0.1 in requires.txt somehow doesn't solve the problem. Need to find a way to specify the right version to be able to build the project. Current workaround is to set the following dependencies (taken from the last period version of Fire):

Beaker==1.6.4
Chameleon==2.11
Genshi==0.7
Mako==0.7.3
MarkupSafe==0.18
PasteDeploy==1.5.2
Pygments==1.6
SQLAlchemy==0.9.1
WebOb==1.3.1
bpython==0.12
colander==1.0b1
deform==0.9.9
docopt==0.6.1
ipython==1.1.0
nose==1.3.0
peppercorn==0.4
pwgen==0.4
pyramid==1.4
pyramid-beaker==0.8
pyramid-chameleon==0.1
pyramid-debugtoolbar==1.0.9
pyramid-exclog==0.7
pyramid-genshi==0.1.3
pyramid-mailer==0.13
pyramid-mako==0.3.1
pyramid-tm==0.7
repoze.lru==0.6
repoze.sendmail==4.1
transaction==1.4.1
translationstring==1.1
venusian==1.0a8
waitress==0.8.8
wsgiref==0.1.2
zope.deprecation==4.1.0
zope.interface==4.0.5
zope.sqlalchemy==0.7.4

Comments (2)

  1. Evgeny Kotelnikov reporter

    After further investigation, the problem seemed to be in the dependency on pyramid-genshi, who became of version 0.2. Specifying the dependency as pyramid-genshi<0.2 seemed to help.

  2. Log in to comment