mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-27 16:55:30 -04:00
setup.py: Revert the prompt toolkit version string.
This commit is contained in:
parent
d58b761462
commit
e79acad2a9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
||||||
"peewee <= 3.13.3",
|
"peewee <= 3.13.3",
|
||||||
"janus <= 0.5.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'",
|
||||||
"matrix-nio[e2e] >= 0.8.0"
|
"matrix-nio[e2e] >= 0.8.0"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue