mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Use older lxml because of Travis
See https://github.com/travis-ci/travis-ci/issues/5130 Meta: https://github.com/untitaker/vdirsyncer/issues/298
This commit is contained in:
parent
0fe2f70769
commit
fa2b5df05c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ setup(
|
|||
'click-log',
|
||||
'click-threading',
|
||||
'requests',
|
||||
'lxml>=3.0',
|
||||
'lxml >=3.0, <=3.4.4',
|
||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||
'requests_toolbelt>=0.5.0',
|
||||
'atomicwrites'
|
||||
|
|
|
|||
Loading…
Reference in a new issue