mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-02 10:35:10 -05:00
setup.py: Fix the required peewee version.
This commit is contained in:
parent
497ca67d3d
commit
04569f9467
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ setup(
|
|||||||
"click <= 7.1.1",
|
"click <= 7.1.1",
|
||||||
"keyring <= 21.2.0",
|
"keyring <= 21.2.0",
|
||||||
"logbook <= 1.5.3",
|
"logbook <= 1.5.3",
|
||||||
"peewee <= 3.1.13",
|
"peewee <= 3.13.3",
|
||||||
"janus <= 0.4.0",
|
"janus <= 0.4.0",
|
||||||
"cachetools >= 3.0.0"
|
"cachetools >= 3.0.0"
|
||||||
"prompt_toolkit>2<4",
|
"prompt_toolkit>2<4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user