mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix #295
This commit is contained in:
parent
e5e81d5715
commit
779ff094bb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -38,7 +38,7 @@ setup(
|
|||
'requests',
|
||||
'lxml>=3.0',
|
||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||
'requests_toolbelt>=0.4.0',
|
||||
'requests_toolbelt>=0.5.0',
|
||||
'atomicwrites'
|
||||
],
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Reference in a new issue