mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-07 05:52:30 -04:00
pantalaimon: Fix the deps to not contain incompabilities with nio.
This commit is contained in:
parent
56fd6b7a38
commit
4da77c3162
1 changed files with 9 additions and 9 deletions
18
setup.py
18
setup.py
|
@ -18,15 +18,15 @@ setup(
|
||||||
license="Apache License, Version 2.0",
|
license="Apache License, Version 2.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"attrs <= 19.3",
|
"attrs >= 19.3.0",
|
||||||
"aiohttp <= 3.6",
|
"aiohttp >= 3.6.2",
|
||||||
"appdirs <= 1.4",
|
"appdirs >= 1.4.4",
|
||||||
"click <= 7.1",
|
"click >= 7.1.2",
|
||||||
"keyring <= 21.2",
|
"keyring >= 21.2.1",
|
||||||
"logbook <= 1.5",
|
"logbook >= 1.5.3",
|
||||||
"peewee <= 3.13",
|
"peewee >= 3.13.1",
|
||||||
"janus <= 0.5",
|
"janus >= 0.5",
|
||||||
"cachetools >= 3.0"
|
"cachetools >= 3.0.0"
|
||||||
"prompt_toolkit>2<4",
|
"prompt_toolkit>2<4",
|
||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
"matrix-nio[e2e] <= 0.12"
|
"matrix-nio[e2e] <= 0.12"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue