mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Raise requests dep version
This commit is contained in:
parent
a1bf00837d
commit
7ddd3a5fdd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -39,7 +39,7 @@ setup(
|
|||
},
|
||||
install_requires=[
|
||||
'click>=3.1',
|
||||
'requests>=2.1',
|
||||
'requests>=2.4.1',
|
||||
'lxml>=3.0',
|
||||
'icalendar>=3.6',
|
||||
'requests_toolbelt>=0.3.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue