mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-24 23:35:20 -04:00
setup.py: Bump our supported Janus version.
This commit is contained in:
parent
ea042fa92f
commit
c732fd7141
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setup(
|
||||||
"keyring <= 21.2.0",
|
"keyring <= 21.2.0",
|
||||||
"logbook <= 1.5.3",
|
"logbook <= 1.5.3",
|
||||||
"peewee <= 3.13.3",
|
"peewee <= 3.13.3",
|
||||||
"janus <= 0.4.0",
|
"janus <= 0.5.0",
|
||||||
"cachetools >= 3.0.0"
|
"cachetools >= 3.0.0"
|
||||||
"prompt_toolkit > 2 < 4",
|
"prompt_toolkit > 2 < 4",
|
||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue