[FIX] version specifier for werkzeug in setup.py file

bzr revid: xmo@openerp.com-20110913071205-kak4ylecmtpviw0x
This commit is contained in:
Xavier Morel 2011-09-13 09:12:05 +02:00
parent 16a0c5514e
commit e98be6cbae
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ setup(
"simplejson >= 2.0.9",
"python-dateutil >= 1.4.1",
"pytz",
"werkzeug = 0.7",
"werkzeug == 0.7",
],
tests_require=[
'unittest2',