mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
Pin requests-toolbelt back to >=0.4.0
This commit is contained in:
parent
c049f17928
commit
017495935f
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -32,7 +32,8 @@ requirements = [
|
|||
else ''
|
||||
),
|
||||
# https://github.com/sigmavirus24/requests-toolbelt/pull/28
|
||||
'requests_toolbelt >=0.3.0',
|
||||
# And https://github.com/sigmavirus24/requests-toolbelt/issues/54
|
||||
'requests_toolbelt >=0.4.0',
|
||||
# https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa
|
||||
'atomicwrites>=0.1.7'
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue