mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-28 17:24:30 -04:00
[setup.py] prompt_toolkit depency requires version 2.x
This commit is contained in:
parent
3a77e107fc
commit
728c9e6609
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ setup(
|
||||||
"logbook",
|
"logbook",
|
||||||
"peewee",
|
"peewee",
|
||||||
"janus",
|
"janus",
|
||||||
"prompt_toolkit",
|
"prompt_toolkit>2<3",
|
||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
"matrix-nio[e2e] >= 0.4.1"
|
"matrix-nio[e2e] >= 0.4.1"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue