remove pep8 and strict lxml version from setup.py

Change-Id: I671f3e924641cdfdfb5d20d0b0e3c77e1dc714e2
This commit is contained in:
Ionuț Arțăriși 2012-02-16 13:11:04 +01:00
parent 05d0cccfeb
commit 9a02b86107
2 changed files with 2 additions and 3 deletions

View File

@ -50,8 +50,7 @@ requires = [
'PasteDeploy',
'Routes>=1.12.3',
'eventlet>=0.9.12',
'lxml==2.3',
'pep8>=0.6.1',
'lxml',
'python-gflags',
'simplejson',
'sqlalchemy',

View File

@ -2,7 +2,7 @@ Paste
PasteDeploy==1.5.0
Routes>=1.12.3
eventlet>=0.9.12
lxml==2.3
lxml
mox==0.5.3
python-gflags==1.3
simplejson