mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Require aiohttp >= 3.8.0
See https://github.com/pimutils/vdirsyncer/issues/916#issuecomment-957671206 See https://github.com/aio-libs/aiohttp/issues/5156
This commit is contained in:
parent
d72536805c
commit
961203e865
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ requirements = [
|
|||
"requests_toolbelt >=0.4.0",
|
||||
# https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa
|
||||
"atomicwrites>=0.1.7",
|
||||
"aiohttp>=3.7.1,<4.0.0",
|
||||
"aiohttp>=3.8.0,<4.0.0",
|
||||
"aiostream>=0.4.3,<0.5.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue