setup: Allow the usage of prompt toolkit 3.

This commit is contained in:
Damir Jelić 2019-12-19 16:10:36 +01:00
parent 1a4a104007
commit 1053bafafd

View File

@ -26,7 +26,7 @@ setup(
"logbook", "logbook",
"peewee", "peewee",
"janus", "janus",
"prompt_toolkit>2<3", "prompt_toolkit>2<4",
"typing;python_version<'3.5'", "typing;python_version<'3.5'",
"matrix-nio[e2e] >= 0.4.1" "matrix-nio[e2e] >= 0.4.1"
], ],