mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-09 14:39:34 -05:00
pantalaimon: Fix the version of our aiohttp dependency.
This commit is contained in:
parent
4da77c3162
commit
c05adace8c
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"attrs >= 19.3.0",
|
"attrs >= 19.3.0",
|
||||||
"aiohttp >= 3.6.2",
|
"aiohttp >= 3.6, < 4.0",
|
||||||
"appdirs >= 1.4.4",
|
"appdirs >= 1.4.4",
|
||||||
"click >= 7.1.2",
|
"click >= 7.1.2",
|
||||||
"keyring >= 21.2.1",
|
"keyring >= 21.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user