mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 06:50:49 -04:00
pantalaimon: Fix the version of our aiohttp dependency.
This commit is contained in:
parent
4da77c3162
commit
c05adace8c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"attrs >= 19.3.0",
|
||||
"aiohttp >= 3.6.2",
|
||||
"aiohttp >= 3.6, < 4.0",
|
||||
"appdirs >= 1.4.4",
|
||||
"click >= 7.1.2",
|
||||
"keyring >= 21.2.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue