mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Merge pull request #299 from untitaker/travis-pypy-fix
Use older lxml because of Travis
This commit is contained in:
commit
e3e5b3cde4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ setup(
|
||||||
'click-log',
|
'click-log',
|
||||||
'click-threading',
|
'click-threading',
|
||||||
'requests',
|
'requests',
|
||||||
'lxml>=3.0',
|
'lxml >=3.0, <=3.4.4',
|
||||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||||
'requests_toolbelt>=0.5.0',
|
'requests_toolbelt>=0.5.0',
|
||||||
'atomicwrites'
|
'atomicwrites'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue