setup.py: Add a missing comma.

This commit is contained in:
Damir Jelić 2020-12-02 11:24:28 +01:00
parent 1219ddfc48
commit ec00d06c16

View File

@ -26,7 +26,7 @@ setup(
"logbook >= 1.5.3",
"peewee >= 3.13.1",
"janus >= 0.5",
"cachetools >= 3.0.0"
"cachetools >= 3.0.0",
"prompt_toolkit>2<4",
"typing;python_version<'3.5'",
"matrix-nio[e2e] >= 0.14, < 0.16"