Confirmed to work with lxml 3.2.3, down from 3.3. #176
This commit is contained in:
parent
f176204b2c
commit
e8a0681a99
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue