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