Confirmed to work with lxml 3.2.3, down from 3.3. #176

This commit is contained in:
John Evans 2014-02-27 11:07:02 -05:00
commit e8a0681a99

View file

@ -16,7 +16,7 @@ kwargs = {'name': 'Glymur',
'license': 'MIT',
'test_suite': 'glymur.test'}
instllrqrs = ['lxml>=3.3', 'numpy>=1.4.1']
instllrqrs = ['lxml>=3.2.3', 'numpy>=1.4.1']
if sys.hexversion < 0x03030000:
instllrqrs.append('contextlib2>=0.4')
instllrqrs.append('mock>=1.0.1')