mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-13 12:05:54 +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-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