mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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',
|
'requests',
|
||||||
'lxml>=3.0',
|
'lxml>=3.0',
|
||||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||||
'requests_toolbelt>=0.4.0',
|
'requests_toolbelt>=0.5.0',
|
||||||
'atomicwrites'
|
'atomicwrites'
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue