mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-27 16:55:30 -04:00
setup.py: Add a missing comma.
This commit is contained in:
parent
1219ddfc48
commit
ec00d06c16
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ setup(
|
||||||
"logbook >= 1.5.3",
|
"logbook >= 1.5.3",
|
||||||
"peewee >= 3.13.1",
|
"peewee >= 3.13.1",
|
||||||
"janus >= 0.5",
|
"janus >= 0.5",
|
||||||
"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.14, < 0.16"
|
"matrix-nio[e2e] >= 0.14, < 0.16"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue